diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-09-09 15:15:18 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-09-09 15:15:18 +0000 |
| commit | 4e6a41e2cdde2531174a59cae28e4eb63c0a75bb (patch) | |
| tree | b62666bdf595ad6fcf5d2c5ad46b286bd3d2d83f /fluid/about_panel.cxx | |
| parent | 2b3094847f59efe7fcf0594f8cdb6ce996370afa (diff) | |
Bump to 1.1.5rc1...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3100 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 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); |
