diff options
Diffstat (limited to 'test/preferences.fl')
| -rw-r--r-- | test/preferences.fl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/preferences.fl b/test/preferences.fl index ea3633db1..6d074fdbb 100644 --- a/test/preferences.fl +++ b/test/preferences.fl @@ -138,8 +138,7 @@ Function {} {open return_type int code {readLanguagePrefs(); Fl_Input::cut_menu_text = gettext("Cut"); Fl_Input::copy_menu_text = gettext("Copy"); -Fl_Input::paste_menu_text = gettext("Paste");} {selected - } +Fl_Input::paste_menu_text = gettext("Paste");} {} Fl_Window myWindow { label {My Preferences} callback closeWindowCB open @@ -188,7 +187,7 @@ Fl_Input::paste_menu_text = gettext("Paste");} {selected xywh {0 0 100 20} } MenuItem {} { - label {flip flops} + label {flip flops} selected xywh {0 0 100 20} } MenuItem {} { |
