From 65d0c96855e0f27c65f6539b2a8c1629e6f7f7ab Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Fri, 26 Mar 2021 13:58:28 -0400 Subject: [PATCH] Revert "By default, use an argument's menu string as its label string." Committed by accident. This reverts commit affd6101bddb3afebad05e16f36e771c04b7b8e3. --- src/insets/InsetLayout.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/insets/InsetLayout.cpp b/src/insets/InsetLayout.cpp index 00e63b895e..b6056cd098 100644 --- a/src/insets/InsetLayout.cpp +++ b/src/insets/InsetLayout.cpp @@ -770,8 +770,6 @@ void InsetLayout::readArgument(Lexer & lex) } else if (tok == "menustring") { lex.next(); arg.menustring = lex.getDocString(); - if (arg.labelstring.empty()) - arg.labelstring = arg.menustring; } else if (tok == "mandatory") { lex.next(); arg.mandatory = lex.getBool(); -- 2.39.2