diff options
Diffstat (limited to 'fluid/about_panel.cxx')
| -rw-r--r-- | fluid/about_panel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx index 754630019..7e2d9ce64 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-2004 by\nBill Spitzak and others"); + { Fl_Button* o = new Fl_Button(181, 176, 115, 30, "\251""1998-2005 by\nBill Spitzak and others"); o->box(FL_THIN_UP_BOX); o->labelsize(10); o->labelcolor(136); |
