diff options
| -rw-r--r-- | fluid/about_panel.cxx | 6 | ||||
| -rw-r--r-- | fluid/about_panel.fl | 15 | ||||
| -rw-r--r-- | fluid/about_panel.h | 2 |
3 files changed, 10 insertions, 13 deletions
diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx index b828ffd84..dab4ba5b9 100644 --- a/fluid/about_panel.cxx +++ b/fluid/about_panel.cxx @@ -1,4 +1,4 @@ -// generated by Fast Light User Interface Designer (fluid) version 1.0100 +// generated by Fast Light User Interface Designer (fluid) version 1.0104 #include "about_panel.h" void show_help(const char *name); @@ -85,7 +85,7 @@ Fl_Window* make_about_panel() { o->labelcolor(7); o->align(FL_ALIGN_TOP|FL_ALIGN_INSIDE); } - { Fl_Box* o = new Fl_Box(140, 27, 160, 123, "FLTK User\nInterface\nDesigner\nVersion 1.1.0"); + { Fl_Box* o = new Fl_Box(140, 27, 160, 123, "FLTK User\nInterface\nDesigner\nVersion 1.1.4"); o->box(FL_OVAL_BOX); o->color(12); o->selection_color(47); @@ -94,7 +94,7 @@ Fl_Window* make_about_panel() { o->labelsize(18); o->labelcolor(7); } - { Fl_Button* o = new Fl_Button(181, 176, 115, 30, "\251""1998-2002 by\nBill Spitzak and others"); + { Fl_Button* o = new Fl_Button(181, 176, 115, 30, "\251""1998-2003 by\nBill Spitzak and others"); o->box(FL_THIN_UP_BOX); o->labelsize(10); o->labelcolor(136); diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl index 7a6770307..f2f231d7b 100644 --- a/fluid/about_panel.fl +++ b/fluid/about_panel.fl @@ -1,11 +1,8 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0100 +version 1.0104 header_name {.h} -code_name {.cxx} -gridx 10 -gridy 10 -snap 3 -decl {void show_help(const char *name);} {selected public +code_name {.cxx} +decl {void show_help(const char *name);} {public } Function {make_about_panel()} {open @@ -52,13 +49,13 @@ Function {make_about_panel()} {open label {FLTK User Interface Designer -Version 1.1.0} +Version 1.1.4} xywh {140 27 160 123} box OVAL_BOX color 12 selection_color 47 labeltype SHADOW_LABEL labelfont 1 labelsize 18 labelcolor 7 } Fl_Button {} { - label {©1998-2002 by + label {©1998-2003 by Bill Spitzak and others} - callback {show_help("license.html");} + callback {show_help("license.html");} selected xywh {181 176 115 30} box THIN_UP_BOX labelsize 10 labelcolor 136 } } diff --git a/fluid/about_panel.h b/fluid/about_panel.h index 62940da80..2d5435388 100644 --- a/fluid/about_panel.h +++ b/fluid/about_panel.h @@ -1,4 +1,4 @@ -// generated by Fast Light User Interface Designer (fluid) version 1.0100 +// generated by Fast Light User Interface Designer (fluid) version 1.0104 #ifndef about_panel_h #define about_panel_h |
