diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-11-02 13:55:13 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-11-02 13:55:13 +0000 |
| commit | cddb39a066ba484ecf44dceb0bdb2b930a0764c9 (patch) | |
| tree | 4db83506ae1585f99a8089403585f2115307ceed /fluid/alignment_panel.cxx | |
| parent | ebddf5bf9442daa010aee8cfbc36f2a68a3dd1b1 (diff) | |
STR #1052: Updated FLUID to generate buttons in the correct colors. After all these changes, it may be useful to rebuild all cxx files from fl files. This will make sure that menu items are rendered in foreground color instead of simply black
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4625 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/alignment_panel.cxx')
| -rw-r--r-- | fluid/alignment_panel.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fluid/alignment_panel.cxx b/fluid/alignment_panel.cxx index 3037269fb..c44e6c213 100644 --- a/fluid/alignment_panel.cxx +++ b/fluid/alignment_panel.cxx @@ -44,9 +44,9 @@ Fl_Light_Button *include_H_from_C_button=(Fl_Light_Button *)0; Fl_Choice *i18n_type_chooser=(Fl_Choice *)0; Fl_Menu_Item menu_i18n_type_chooser[] = { - {"None", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 11, 56}, - {"GNU gettext", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 11, 56}, - {"POSIX catgets", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 11, 56}, + {"None", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 11, 0}, + {"GNU gettext", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 11, 0}, + {"POSIX catgets", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 11, 0}, {0,0,0,0,0,0,0,0,0} }; @@ -171,9 +171,9 @@ Fl_Double_Window *settings_window=(Fl_Double_Window *)0; Fl_Choice *scheme_choice=(Fl_Choice *)0; Fl_Menu_Item menu_scheme_choice[] = { - {"Default", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 14, 56}, - {"None", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 14, 56}, - {"Plastic", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 14, 56}, + {"Default", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 14, 0}, + {"None", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 14, 0}, + {"Plastic", 0, 0, 0, 0, FL_NORMAL_LABEL, 0, 14, 0}, {0,0,0,0,0,0,0,0,0} }; |
