From f87393aaa1b6cfeb675c17a58e3d4c21252fac7a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 5 Jun 2000 21:21:24 +0000 Subject: 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 --- fluid/about_panel.fl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fluid/about_panel.fl') 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 -- cgit v1.2.3