We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d687411 commit e2b9464Copy full SHA for e2b9464
src/wish.cpp
@@ -947,7 +947,7 @@ class wish_item_callback: public uilist_callback
947
// Otherwise, edit the existing list of user-defined instance flags
948
edit_flags = flags;
949
}
950
- string_input_popup_imgui popup( 34, edit_flags, _( "Flags:" ) );
+ string_input_popup_imgui popup( 34, edit_flags, _( "Flags:" ) );
951
popup.set_description( _( "UPPERCASE, no quotes, separate with spaces" ) );
952
popup.set_max_input_length( 100 );
953
const std::string &rval = popup.query();
0 commit comments