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 225c730b3..eeab66b09 100644 --- a/fluid/about_panel.cxx +++ b/fluid/about_panel.cxx @@ -269,7 +269,7 @@ Fl_Double_Window* make_about_panel() { { Fl_Box* o = new Fl_Box(10, 10, 115, 120); o->image(image_fluid); } // Fl_Box* o - { Fl_Box* o = new Fl_Box(135, 10, 200, 70, "FLTK User\nInterface Designer\nVersion 1.3.0"); + { Fl_Box* o = new Fl_Box(135, 10, 200, 70, "FLTK User\nInterface Designer\nVersion 1.3.1"); o->color((Fl_Color)12); o->selection_color(FL_DARK1); o->labelfont(1); diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl index 9a0878714..52b0f0e08 100644 --- a/fluid/about_panel.fl +++ b/fluid/about_panel.fl @@ -36,7 +36,7 @@ Function {make_about_panel()} {} { Fl_Box {} { label {FLTK User Interface Designer -Version 1.3.0} +Version 1.3.1} xywh {135 10 200 70} color 12 selection_color 47 labelfont 1 labelsize 18 align 21 } Fl_Box {} { |
