summaryrefslogtreecommitdiff
path: root/fluid/alignment_panel.fl
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-12-20 12:21:24 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-12-20 12:21:24 +0000
commit150fc6e7f79934e6732d0a55966c39e63ad2a9e4 (patch)
tree73996e362fcf8fd1cdeb66afdf872b8e7c2c4a50 /fluid/alignment_panel.fl
parenta35defedd5bf0b5e5a377a5c311bed6edc4a3f57 (diff)
Used Fluid to generate Fluid files. Fixed two naming issues for the new Fl_Int_Input type, generated by Fluid.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8072 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/alignment_panel.fl')
-rw-r--r--fluid/alignment_panel.fl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl
index 3ae4bcf35..319429521 100644
--- a/fluid/alignment_panel.fl
+++ b/fluid/alignment_panel.fl
@@ -37,7 +37,7 @@ decl {\#include <FL/Fl_Text_Buffer.H>} {public local
decl {\#include <FL/Fl_Text_Display.H>} {public local
}
-decl {\#include <FL/filename.H>} {selected public local
+decl {\#include <FL/filename.H>} {public local
}
decl {extern void load_history();} {public local
@@ -142,7 +142,7 @@ Function {make_project_window()} {open
}
Fl_Input i18n_set_input {
label {Set:}
- callback i18n_text_cb
+ callback i18n_int_cb selected
tooltip {The message set number.} xywh {100 128 272 20} type Int box THIN_DOWN_BOX labelfont 1 textfont 4
}
Fl_Input i18n_function_input {