diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2008-03-27 21:38:44 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2008-03-27 21:38:44 +0000 |
| commit | 7d013249f7456d4568a39679c3cad948e1000353 (patch) | |
| tree | 946013952783220d6716291efb2bf147caf68b69 /fluid | |
| parent | 697ce91ce21264648b0191ff2f5c67d5d71fbc35 (diff) | |
First checkin simply updating a few version numbers and copyright dates
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6086 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/about_panel.cxx | 4 | ||||
| -rw-r--r-- | fluid/about_panel.fl | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx index 41b429629..5a8be4541 100644 --- a/fluid/about_panel.cxx +++ b/fluid/about_panel.cxx @@ -278,14 +278,14 @@ 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, 170, 69, "FLTK User\nInterface Designer\nVersion 1.1.8"); + { Fl_Box* o = new Fl_Box(135, 10, 170, 69, "FLTK User\nInterface Designer\nVersion 1.3.0"); o->color((Fl_Color)12); o->selection_color(FL_DARK1); o->labelfont(1); o->labelsize(18); o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE); } // Fl_Box* o - { Fl_Box* o = new Fl_Box(135, 89, 170, 42, "Copyright 1998-2006 by\nBill Spitzak and others"); + { Fl_Box* o = new Fl_Box(135, 89, 170, 42, "Copyright 1998-2008 by\nBill Spitzak and others"); o->align(132|FL_ALIGN_INSIDE); } // Fl_Box* o { Fl_Button* o = new Fl_Button(89, 141, 123, 25, "View License..."); diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl index dab44cc68..9c860c3b1 100644 --- a/fluid/about_panel.fl +++ b/fluid/about_panel.fl @@ -38,7 +38,7 @@ Function {make_about_panel()} {open } { Fl_Window about_panel { label {About FLUID} open - xywh {391 113 315 175} type Double color 50 selection_color 47 hotspot non_modal visible + xywh {419 216 315 175} type Double color 50 selection_color 47 hotspot non_modal visible } { Fl_Box {} { image {icons/fluid-96.xpm} xywh {10 10 115 120} @@ -46,12 +46,12 @@ Function {make_about_panel()} {open Fl_Box {} { label {FLTK User Interface Designer -Version 1.1.8} selected +Version 1.3.0} xywh {135 10 170 69} color 12 selection_color 47 labelfont 1 labelsize 18 align 21 } Fl_Box {} { - label {Copyright 1998-2006 by -Bill Spitzak and others} + label {Copyright 1998-2008 by +Bill Spitzak and others} selected xywh {135 89 170 42} align 148 } Fl_Button {} { |
