From 4e6a41e2cdde2531174a59cae28e4eb63c0a75bb Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 9 Sep 2003 15:15:18 +0000 Subject: Bump to 1.1.5rc1... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3100 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/about_panel.cxx | 2 +- fluid/about_panel.fl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'fluid') diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx index dab4ba5b9..8c8055852 100644 --- a/fluid/about_panel.cxx +++ b/fluid/about_panel.cxx @@ -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.4"); + { Fl_Box* o = new Fl_Box(140, 27, 160, 123, "FLTK User\nInterface\nDesigner\nVersion 1.1.5"); o->box(FL_OVAL_BOX); o->color(12); o->selection_color(47); diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl index f2f231d7b..b20b5753a 100644 --- a/fluid/about_panel.fl +++ b/fluid/about_panel.fl @@ -49,7 +49,7 @@ Function {make_about_panel()} {open label {FLTK User Interface Designer -Version 1.1.4} +Version 1.1.5} xywh {140 27 160 123} box OVAL_BOX color 12 selection_color 47 labeltype SHADOW_LABEL labelfont 1 labelsize 18 labelcolor 7 } Fl_Button {} { -- cgit v1.2.3