diff options
| author | Matthias Melcher <github@matthiasm.com> | 2022-12-30 19:20:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-30 19:20:52 +0100 |
| commit | 2c5a5ce948a47d067659f4745039af44ede5829b (patch) | |
| tree | 0535614a09c741a1f3ef7bd303485f2cfa5acd0c /test/preferences.fl | |
| parent | 44c874b731f9f58c2f50c3c6076371058cbe26e3 (diff) | |
FLUID support for inline image data (see #542, #592) (#604)
Diffstat (limited to 'test/preferences.fl')
| -rw-r--r-- | test/preferences.fl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/preferences.fl b/test/preferences.fl index a855ce0f4..211a77396 100644 --- a/test/preferences.fl +++ b/test/preferences.fl @@ -145,7 +145,7 @@ Function {} {open return_type int } Fl_Button {} { label OK - callback saveAndCloseWindowCB + callback saveAndCloseWindowCB selected xywh {125 303 75 25} } Fl_Group {} { @@ -283,7 +283,7 @@ Function {} {open return_type int } Fl_Choice wLanguage { label {Language:} - callback {fl_message("%s", _("Please restart the app to use your new language setting."));} open selected + callback {fl_message("%s", _("Please restart the app to use your new language setting."));} open xywh {120 269 105 20} down_box BORDER_BOX code0 {\#include <FL/fl_ask.H>} } { |
