diff options
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/about_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/about_panel.fl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx index 0dd0bfcbf..b828ffd84 100644 --- a/fluid/about_panel.cxx +++ b/fluid/about_panel.cxx @@ -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-2001 by\nBill Spitzak and others"); + { Fl_Button* o = new Fl_Button(181, 176, 115, 30, "\251""1998-2002 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 db0bb76f3..7a6770307 100644 --- a/fluid/about_panel.fl +++ b/fluid/about_panel.fl @@ -56,7 +56,7 @@ Version 1.1.0} 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-2001 by + label {©1998-2002 by Bill Spitzak and others} callback {show_help("license.html");} xywh {181 176 115 30} box THIN_UP_BOX labelsize 10 labelcolor 136 |
