summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2021-12-19 01:09:13 +0100
committerMatthias Melcher <github@matthiasm.com>2021-12-19 02:03:05 +0100
commit29531873ea4395a2dc65cefcc28db09569c38c18 (patch)
tree97ae97c7b7f798c11fd291a0e2cc6bfb27e32b8a /test
parent5438954d8c6213f1b0cc9d23b70ffaae388e1d60 (diff)
STR 3289: Fluid i18n, gettext, catguts improvements
Removed some unneeded code.
Diffstat (limited to 'test')
-rw-r--r--test/preferences.fl11
1 files changed, 8 insertions, 3 deletions
diff --git a/test/preferences.fl b/test/preferences.fl
index b28e0c0ab..d90119ff0 100644
--- a/test/preferences.fl
+++ b/test/preferences.fl
@@ -1,5 +1,10 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0400
+i18n_type 1
+i18n_include {<libintl.h>}
+i18n_conditional FLTK_GETTEXT_FOUND
+i18n_function gettext
+i18n_static_function gettext_noop
header_name {.h}
code_name {.cxx}
decl {\#include <FL/Fl_Preferences.H>} {public local
@@ -45,7 +50,7 @@ Function {} {open return_type int
Fl_Window myWindow {
label {My Preferences}
callback closeWindowCB open
- xywh {586 277 298 311} type Double visible
+ xywh {585 277 298 311} type Double visible
} {
Fl_Button {} {
label Cancel
@@ -62,7 +67,7 @@ Function {} {open return_type int
xywh {20 30 115 225} box ENGRAVED_FRAME align 5
} {
Fl_Input wAlarm {
- label {Alarm at:} selected
+ label {Alarm at:}
xywh {25 55 45 20} align 5
}
Fl_Choice wAmPm {open
@@ -73,7 +78,7 @@ Function {} {open return_type int
xywh {0 0 100 20}
}
MenuItem {} {
- label {p.m.}
+ label {p.m.} selected
xywh {0 0 100 20}
}
}