diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2000-06-05 21:21:24 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2000-06-05 21:21:24 +0000 |
| commit | f87393aaa1b6cfeb675c17a58e3d4c21252fac7a (patch) | |
| tree | de1a4b6f152e4e6c0fcf7d3f303e0575c38a59e4 /fluid/about_panel.fl | |
| parent | a6abbc5462d68208dcf7c4a3407414a7fe96268d (diff) | |
OK, now version 1.0.9
Updated email addresses to point to fltk.org domain...
Updated README and CHANGES files accordingly.
Updated makeinclude and Makefile files to put -L../lib before the
LDFLAGS/GLDFLAGS to avoid problem reported by Alexander.
documentation/Makefile wasn't including makeinclude.
Updated FLUID about window to show version 1.0.9.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1168 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/about_panel.fl')
| -rw-r--r-- | fluid/about_panel.fl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl index e4e5fc259..a6bf6ec9b 100644 --- a/fluid/about_panel.fl +++ b/fluid/about_panel.fl @@ -9,10 +9,10 @@ Function {make_about_panel(const char *copyright)} {open } { Fl_Window about_panel { label {about fluid} open - xywh {345 417 309 258} box UP_BOX color 97 selection_color 47 hide hotspot non_modal + xywh {345 417 309 258} box UP_BOX color 97 selection_color 47 hotspot non_modal visible } { Fl_Group display_group {open - xywh {10 10 289 240} + xywh {10 10 290 240} } { Fl_Box {} { xywh {50 30 70 150} box ROUND_UP_BOX color 14 selection_color 47 labelcolor 6 @@ -49,8 +49,8 @@ Function {make_about_panel(const char *copyright)} {open label {FLTK User Interface Designer -Version 1.0} selected - xywh {150 27 140 113} box OVAL_BOX color 12 selection_color 47 labeltype SHADOW_LABEL labelfont 1 labelsize 18 labelcolor 7 +Version 1.0.9} selected + xywh {140 27 160 113} box OVAL_BOX color 12 selection_color 47 labeltype SHADOW_LABEL labelfont 1 labelsize 18 labelcolor 7 } Fl_Button {} { label {©1998-2000 by |
