summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2022-12-30 19:20:52 +0100
committerGitHub <noreply@github.com>2022-12-30 19:20:52 +0100
commit2c5a5ce948a47d067659f4745039af44ede5829b (patch)
tree0535614a09c741a1f3ef7bd303485f2cfa5acd0c /test
parent44c874b731f9f58c2f50c3c6076371058cbe26e3 (diff)
FLUID support for inline image data (see #542, #592) (#604)
Diffstat (limited to 'test')
-rw-r--r--test/preferences.fl4
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>}
} {