Skip to content

Commit e2b9464

Browse files
Update src/wish.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d687411 commit e2b9464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wish.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ class wish_item_callback: public uilist_callback
947947
// Otherwise, edit the existing list of user-defined instance flags
948948
edit_flags = flags;
949949
}
950-
string_input_popup_imgui popup( 34, edit_flags, _( "Flags:" ) );
950+
string_input_popup_imgui popup( 34, edit_flags, _( "Flags:" ) );
951951
popup.set_description( _( "UPPERCASE, no quotes, separate with spaces" ) );
952952
popup.set_max_input_length( 100 );
953953
const std::string &rval = popup.query();

0 commit comments

Comments
 (0)