Revert "By default, use an argument's menu string as its label string."

Committed by accident.

This reverts commit affd6101bd.
This commit is contained in:
Richard Kimberly Heck 2021-03-26 13:58:28 -04:00
parent 942d3cab32
commit 65d0c96855

View File

@ -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();