diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2012-11-06 21:13:54 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2012-11-06 21:13:54 +0000 |
| commit | 8701434312c150b4c07074feee008129c775ad71 (patch) | |
| tree | 930b8598cedf6db4487d01164d7c863efea303f4 /fluid | |
| parent | 78039ecb55130d4b6e30a1aa005b4498d1a6decf (diff) | |
Upgrade version number to 1.3.1
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9707 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 {} { |
