summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2000-06-05 21:21:24 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2000-06-05 21:21:24 +0000
commitf87393aaa1b6cfeb675c17a58e3d4c21252fac7a (patch)
treede1a4b6f152e4e6c0fcf7d3f303e0575c38a59e4 /fluid
parenta6abbc5462d68208dcf7c4a3407414a7fe96268d (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')
-rw-r--r--fluid/Fl_Function_Type.cxx6
-rw-r--r--fluid/Fl_Group_Type.cxx6
-rw-r--r--fluid/Fl_Menu_Type.cxx6
-rw-r--r--fluid/Fl_Type.cxx6
-rw-r--r--fluid/Fl_Type.h6
-rw-r--r--fluid/Fl_Widget_Type.cxx6
-rw-r--r--fluid/Fl_Widget_Type.h6
-rw-r--r--fluid/Fl_Window_Type.cxx6
-rw-r--r--fluid/Fluid_Image.cxx6
-rw-r--r--fluid/Fluid_Image.h6
-rw-r--r--fluid/Makefile8
-rw-r--r--fluid/Shortcut_Button.h6
-rw-r--r--fluid/about_panel.cxx4
-rw-r--r--fluid/about_panel.fl8
-rw-r--r--fluid/code.cxx6
-rw-r--r--fluid/factory.cxx6
-rw-r--r--fluid/file.cxx6
-rw-r--r--fluid/fluid.cxx8
-rw-r--r--fluid/gif.cxx6
19 files changed, 59 insertions, 59 deletions
diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx
index 515a8efe3..7bb0cd0f3 100644
--- a/fluid/Fl_Function_Type.cxx
+++ b/fluid/Fl_Function_Type.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Function_Type.cxx,v 1.15.2.14 2000/05/16 12:26:02 mike Exp $"
+// "$Id: Fl_Function_Type.cxx,v 1.15.2.15 2000/06/05 21:20:36 mike Exp $"
//
// C function type code for the Fast Light Tool Kit (FLTK).
//
@@ -20,7 +20,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
-// Please report all bugs and problems to "fltk-bugs@easysw.com".
+// Please report all bugs and problems to "fltk-bugs@fltk.org".
//
#include <FL/Fl.H>
@@ -672,5 +672,5 @@ void Fl_Class_Type::write_code2() {
}
//
-// End of "$Id: Fl_Function_Type.cxx,v 1.15.2.14 2000/05/16 12:26:02 mike Exp $".
+// End of "$Id: Fl_Function_Type.cxx,v 1.15.2.15 2000/06/05 21:20:36 mike Exp $".
//
diff --git a/fluid/Fl_Group_Type.cxx b/fluid/Fl_Group_Type.cxx
index 1d62f63a1..c7933dd02 100644
--- a/fluid/Fl_Group_Type.cxx
+++ b/fluid/Fl_Group_Type.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Group_Type.cxx,v 1.4.2.4 2000/05/16 12:26:02 mike Exp $"
+// "$Id: Fl_Group_Type.cxx,v 1.4.2.5 2000/06/05 21:20:37 mike Exp $"
//
// Fl_Group object code for the Fast Light Tool Kit (FLTK).
//
@@ -24,7 +24,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
-// Please report all bugs and problems to "fltk-bugs@easysw.com".
+// Please report all bugs and problems to "fltk-bugs@fltk.org".
//
@@ -231,5 +231,5 @@ const char tile_type_name[] = "Fl_Tile";
Fl_Tile_Type Fl_Tile_type; // the "factory"
//
-// End of "$Id: Fl_Group_Type.cxx,v 1.4.2.4 2000/05/16 12:26:02 mike Exp $".
+// End of "$Id: Fl_Group_Type.cxx,v 1.4.2.5 2000/06/05 21:20:37 mike Exp $".
//
diff --git a/fluid/Fl_Menu_Type.cxx b/fluid/Fl_Menu_Type.cxx
index 2bb881b2d..93c02ab08 100644
--- a/fluid/Fl_Menu_Type.cxx
+++ b/fluid/Fl_Menu_Type.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Menu_Type.cxx,v 1.16.2.8 2000/05/16 12:26:03 mike Exp $"
+// "$Id: Fl_Menu_Type.cxx,v 1.16.2.9 2000/06/05 21:20:37 mike Exp $"
//
// Menu item code for the Fast Light Tool Kit (FLTK).
//
@@ -26,7 +26,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
-// Please report all bugs and problems to "fltk-bugs@easysw.com".
+// Please report all bugs and problems to "fltk-bugs@fltk.org".
//
#include <FL/Fl.H>
@@ -462,5 +462,5 @@ void shortcut_in_cb(Shortcut_Button* i, void* v) {
}
//
-// End of "$Id: Fl_Menu_Type.cxx,v 1.16.2.8 2000/05/16 12:26:03 mike Exp $".
+// End of "$Id: Fl_Menu_Type.cxx,v 1.16.2.9 2000/06/05 21:20:37 mike Exp $".
//
diff --git a/fluid/Fl_Type.cxx b/fluid/Fl_Type.cxx
index 8294156bc..133a6ce21 100644
--- a/fluid/Fl_Type.cxx
+++ b/fluid/Fl_Type.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Type.cxx,v 1.6.2.2 2000/05/16 12:26:03 mike Exp $"
+// "$Id: Fl_Type.cxx,v 1.6.2.3 2000/06/05 21:20:37 mike Exp $"
//
// Widget type code for the Fast Light Tool Kit (FLTK).
//
@@ -32,7 +32,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
-// Please report all bugs and problems to "fltk-bugs@easysw.com".
+// Please report all bugs and problems to "fltk-bugs@fltk.org".
//
#include <FL/Fl.H>
@@ -665,5 +665,5 @@ void Fl_Type::read_property(const char *c) {
int Fl_Type::read_fdesign(const char*, const char*) {return 0;}
//
-// End of "$Id: Fl_Type.cxx,v 1.6.2.2 2000/05/16 12:26:03 mike Exp $".
+// End of "$Id: Fl_Type.cxx,v 1.6.2.3 2000/06/05 21:20:37 mike Exp $".
//
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h
index 0ed806f54..f1b786bff 100644
--- a/fluid/Fl_Type.h
+++ b/fluid/Fl_Type.h
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Type.h,v 1.5.2.8 2000/05/16 12:26:03 mike Exp $"
+// "$Id: Fl_Type.h,v 1.5.2.9 2000/06/05 21:20:38 mike Exp $"
//
// Widget type header file for the Fast Light Tool Kit (FLTK).
//
@@ -28,7 +28,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
-// Please report all bugs and problems to "fltk-bugs@easysw.com".
+// Please report all bugs and problems to "fltk-bugs@fltk.org".
//
#include <FL/Fl_Widget.H>
@@ -532,5 +532,5 @@ int storestring(const char *n, const char * & p, int nostrip=0);
extern int include_H_from_C;
//
-// End of "$Id: Fl_Type.h,v 1.5.2.8 2000/05/16 12:26:03 mike Exp $".
+// End of "$Id: Fl_Type.h,v 1.5.2.9 2000/06/05 21:20:38 mike Exp $".
//
diff --git a/fluid/Fl_Widget_Type.cxx b/fluid/Fl_Widget_Type.cxx
index 5b172cc24..afd2a3b32 100644
--- a/fluid/Fl_Widget_Type.cxx
+++ b/fluid/Fl_Widget_Type.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Widget_Type.cxx,v 1.15.2.14 2000/05/26 08:46:17 bill Exp $"
+// "$Id: Fl_Widget_Type.cxx,v 1.15.2.15 2000/06/05 21:20:39 mike Exp $"
//
// Widget type code for the Fast Light Tool Kit (FLTK).
//
@@ -20,7 +20,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
-// Please report all bugs and problems to "fltk-bugs@easysw.com".
+// Please report all bugs and problems to "fltk-bugs@fltk.org".
//
#include <FL/Fl.H>
@@ -1766,5 +1766,5 @@ int Fl_Widget_Type::read_fdesign(const char* name, const char* value) {
}
//
-// End of "$Id: Fl_Widget_Type.cxx,v 1.15.2.14 2000/05/26 08:46:17 bill Exp $".
+// End of "$Id: Fl_Widget_Type.cxx,v 1.15.2.15 2000/06/05 21:20:39 mike Exp $".
//
diff --git a/fluid/Fl_Widget_Type.h b/fluid/Fl_Widget_Type.h
index 67b015a81..329479641 100644
--- a/fluid/Fl_Widget_Type.h
+++ b/fluid/Fl_Widget_Type.h
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Widget_Type.h,v 1.4.2.2 2000/05/16 12:26:05 mike Exp $"
+// "$Id: Fl_Widget_Type.h,v 1.4.2.3 2000/06/05 21:20:40 mike Exp $"
//
// Widget type header file for the Fast Light Tool Kit (FLTK).
//
@@ -24,7 +24,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
-// Please report all bugs and problems to "fltk-bugs@easysw.com".
+// Please report all bugs and problems to "fltk-bugs@fltk.org".
//
#include "Fl_Type.h"
@@ -36,5 +36,5 @@ void* const LOAD = (void *)9831;
extern Fl_Widget_Type *current_widget; // one of the selected ones
//
-// End of "$Id: Fl_Widget_Type.h,v 1.4.2.2 2000/05/16 12:26:05 mike Exp $".
+// End of "$Id: Fl_Widget_Type.h,v 1.4.2.3 2000/06/05 21:20:40 mike Exp $".
//
diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx
index d935142aa..ffe53abb1 100644
--- a/fluid/Fl_Window_Type.cxx
+++ b/fluid/Fl_Window_Type.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Window_Type.cxx,v 1.13.2.7 2000/05/16 12:26:05 mike Exp $"
+// "$Id: Fl_Window_Type.cxx,v 1.13.2.8 2000/06/05 21:20:40 mike Exp $"
//
// Window type code for the Fast Light Tool Kit (FLTK).
//
@@ -24,7 +24,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
-// Please report all bugs and problems to "fltk-bugs@easysw.com".
+// Please report all bugs and problems to "fltk-bugs@fltk.org".
//
#include <FL/Fl.H>
@@ -752,5 +752,5 @@ int Fl_Window_Type::read_fdesign(const char* name, const char* value) {
}
//
-// End of "$Id: Fl_Window_Type.cxx,v 1.13.2.7 2000/05/16 12:26:05 mike Exp $".
+// End of "$Id: Fl_Window_Type.cxx,v 1.13.2.8 2000/06/05 21:20:40 mike Exp $".
//
diff --git a/fluid/Fluid_Image.cxx b/fluid/Fluid_Image.cxx
index 862bea9b8..8c4d11844 100644
--- a/fluid/Fluid_Image.cxx
+++ b/fluid/Fluid_Image.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fluid_Image.cxx,v 1.7.2.2 2000/05/16 12:26:05 mike Exp $"
+// "$Id: Fluid_Image.cxx,v 1.7.2.3 2000/06/05 21:20:41 mike Exp $"
//
// Pixmap label support for the Fast Light Tool Kit (FLTK).
//
@@ -20,7 +20,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
-// Please report all bugs and problems to "fltk-bugs@easysw.com".
+// Please report all bugs and problems to "fltk-bugs@fltk.org".
//
#include <FL/Fl.H>
@@ -417,5 +417,5 @@ Fluid_Image *ui_find_image(const char *oldname) {
}
//
-// End of "$Id: Fluid_Image.cxx,v 1.7.2.2 2000/05/16 12:26:05 mike Exp $".
+// End of "$Id: Fluid_Image.cxx,v 1.7.2.3 2000/06/05 21:20:41 mike Exp $".
//
diff --git a/fluid/Fluid_Image.h b/fluid/Fluid_Image.h
index 95bd16815..c2f497c68 100644
--- a/fluid/Fluid_Image.h
+++ b/fluid/Fluid_Image.h
@@ -1,5 +1,5 @@
//
-// "$Id: Fluid_Image.h,v 1.3.2.2 2000/05/16 12:26:05 mike Exp $"
+// "$Id: Fluid_Image.h,v 1.3.2.3 2000/06/05 21:20:41 mike Exp $"
//
// Pixmap image header file for the Fast Light Tool Kit (FLTK).
//
@@ -26,7 +26,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
-// Please report all bugs and problems to "fltk-bugs@easysw.com".
+// Please report all bugs and problems to "fltk-bugs@fltk.org".
//
#ifndef FLUID_IMAGE_H
@@ -56,5 +56,5 @@ Fluid_Image *ui_find_image(const char *);
#endif
//
-// End of "$Id: Fluid_Image.h,v 1.3.2.2 2000/05/16 12:26:05 mike Exp $".
+// End of "$Id: Fluid_Image.h,v 1.3.2.3 2000/06/05 21:20:41 mike Exp $".
//
diff --git a/fluid/Makefile b/fluid/Makefile
index dc6abab2b..8c010a1ad 100644
--- a/fluid/Makefile
+++ b/fluid/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.10.2.4 2000/04/25 22:16:04 mike Exp $"
+# "$Id: Makefile,v 1.10.2.5 2000/06/05 21:20:41 mike Exp $"
#
# Fluid makefile for the Fast Light Tool Kit (FLTK).
#
@@ -20,7 +20,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.
#
-# Please report all bugs and problems to "fltk-bugs@easysw.com".
+# Please report all bugs and problems to "fltk-bugs@fltk.org".
#
PROGRAM = fluid
@@ -51,7 +51,7 @@ include ../makeinclude
$(PROGRAM) : $(OBJECTS) ../lib/$(LIBNAME)
echo Linking $@...
- $(CXX) $(LDFLAGS) -o $(PROGRAM) $(OBJECTS) -L../lib -lfltk $(LDLIBS)
+ $(CXX) -L../lib $(LDFLAGS) -o $(PROGRAM) $(OBJECTS) -lfltk $(LDLIBS)
clean :
-@ rm -f *.o $(PROGRAM) $(CLEAN) core *~ makedepend
@@ -83,5 +83,5 @@ rebuild:
./fluid -c widget_panel.fl
#
-# End of "$Id: Makefile,v 1.10.2.4 2000/04/25 22:16:04 mike Exp $".
+# End of "$Id: Makefile,v 1.10.2.5 2000/06/05 21:20:41 mike Exp $".
#
diff --git a/fluid/Shortcut_Button.h b/fluid/Shortcut_Button.h
index 48f206142..6ea284ecf 100644
--- a/fluid/Shortcut_Button.h
+++ b/fluid/Shortcut_Button.h
@@ -1,5 +1,5 @@
//
-// "$Id: Shortcut_Button.h,v 1.3.2.1 2000/05/16 12:26:05 mike Exp $"
+// "$Id: Shortcut_Button.h,v 1.3.2.2 2000/06/05 21:20:41 mike Exp $"
//
// Shortcut header file for the Fast Light Tool Kit (FLTK).
//
@@ -20,7 +20,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
-// Please report all bugs and problems to "fltk-bugs@easysw.com".
+// Please report all bugs and problems to "fltk-bugs@fltk.org".
//
#include <FL/Fl_Button.H>
@@ -35,5 +35,5 @@ public:
};
//
-// End of "$Id: Shortcut_Button.h,v 1.3.2.1 2000/05/16 12:26:05 mike Exp $".
+// End of "$Id: Shortcut_Button.h,v 1.3.2.2 2000/06/05 21:20:41 mike Exp $".
//
diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx
index 9694b5b6a..eb696a7cb 100644
--- a/fluid/about_panel.cxx
+++ b/fluid/about_panel.cxx
@@ -25,7 +25,7 @@ Fl_Window* make_about_panel(const char *copyright) {
o->color(97);
o->selection_color(47);
w->hotspot(o);
- { Fl_Group* o = display_group = new Fl_Group(10, 10, 289, 240);
+ { Fl_Group* o = display_group = new Fl_Group(10, 10, 290, 240);
{ Fl_Box* o = new Fl_Box(50, 30, 70, 150);
o->box(FL_ROUND_UP_BOX);
o->color(14);
@@ -87,7 +87,7 @@ Fl_Window* make_about_panel(const char *copyright) {
o->labelcolor(7);
o->align(FL_ALIGN_TOP|FL_ALIGN_INSIDE);
}
- { Fl_Box* o = new Fl_Box(150, 27, 140, 113, "FLTK User\nInterface\nDesigner\nVersion 1.0");
+ { Fl_Box* o = new Fl_Box(140, 27, 160, 113, "FLTK User\nInterface\nDesigner\nVersion 1.0.9");
o->box(FL_OVAL_BOX);
o->color(12);
o->selection_color(47);
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
diff --git a/fluid/code.cxx b/fluid/code.cxx
index d1be52d36..af2ad71e6 100644
--- a/fluid/code.cxx
+++ b/fluid/code.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: code.cxx,v 1.9.2.6 2000/05/16 12:26:06 mike Exp $"
+// "$Id: code.cxx,v 1.9.2.7 2000/06/05 21:20:42 mike Exp $"
//
// Code output routines for the Fast Light Tool Kit (FLTK).
//
@@ -20,7 +20,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
-// Please report all bugs and problems to "fltk-bugs@easysw.com".
+// Please report all bugs and problems to "fltk-bugs@fltk.org".
//
#include <ctype.h>
@@ -405,5 +405,5 @@ void Fl_Type::write_code1() {
void Fl_Type::write_code2() {}
//
-// End of "$Id: code.cxx,v 1.9.2.6 2000/05/16 12:26:06 mike Exp $".
+// End of "$Id: code.cxx,v 1.9.2.7 2000/06/05 21:20:42 mike Exp $".
//
diff --git a/fluid/factory.cxx b/fluid/factory.cxx
index a61335322..1c2ffc1f4 100644
--- a/fluid/factory.cxx
+++ b/fluid/factory.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: factory.cxx,v 1.4.2.5 2000/05/16 12:26:06 mike Exp $"
+// "$Id: factory.cxx,v 1.4.2.6 2000/06/05 21:20:42 mike Exp $"
//
// Widget factory code for the Fast Light Tool Kit (FLTK).
//
@@ -28,7 +28,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
-// Please report all bugs and problems to "fltk-bugs@easysw.com".
+// Please report all bugs and problems to "fltk-bugs@fltk.org".
//
#include <FL/Fl.H>
@@ -693,5 +693,5 @@ int lookup_symbol(const char *name, int &v, int numberok) {
}
//
-// End of "$Id: factory.cxx,v 1.4.2.5 2000/05/16 12:26:06 mike Exp $".
+// End of "$Id: factory.cxx,v 1.4.2.6 2000/06/05 21:20:42 mike Exp $".
//
diff --git a/fluid/file.cxx b/fluid/file.cxx
index b029cb6ac..dae47d690 100644
--- a/fluid/file.cxx
+++ b/fluid/file.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: file.cxx,v 1.7.2.4 2000/05/16 12:26:06 mike Exp $"
+// "$Id: file.cxx,v 1.7.2.5 2000/06/05 21:20:43 mike Exp $"
//
// Fluid file routines for the Fast Light Tool Kit (FLTK).
//
@@ -25,7 +25,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
-// Please report all bugs and problems to "fltk-bugs@easysw.com".
+// Please report all bugs and problems to "fltk-bugs@fltk.org".
//
#include <ctype.h>
@@ -639,5 +639,5 @@ void read_fdesign() {
}
//
-// End of "$Id: file.cxx,v 1.7.2.4 2000/05/16 12:26:06 mike Exp $".
+// End of "$Id: file.cxx,v 1.7.2.5 2000/06/05 21:20:43 mike Exp $".
//
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx
index 9157c32e9..930d52ad3 100644
--- a/fluid/fluid.cxx
+++ b/fluid/fluid.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: fluid.cxx,v 1.15.2.6 2000/05/16 12:26:06 mike Exp $"
+// "$Id: fluid.cxx,v 1.15.2.7 2000/06/05 21:20:43 mike Exp $"
//
// FLUID main entry for the Fast Light Tool Kit (FLTK).
//
@@ -20,7 +20,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
-// Please report all bugs and problems to "fltk-bugs@easysw.com".
+// Please report all bugs and problems to "fltk-bugs@fltk.org".
//
const char *copyright =
@@ -42,7 +42,7 @@ const char *copyright =
"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 "
"USA.\n"
"\n"
-"Please report bugs to fltk-bugs@easysw.com.";
+"Please report bugs to fltk-bugs@fltk.org.";
#include <FL/Fl.H>
#include <FL/Fl_Double_Window.H>
@@ -460,5 +460,5 @@ int main(int argc,char **argv) {
}
//
-// End of "$Id: fluid.cxx,v 1.15.2.6 2000/05/16 12:26:06 mike Exp $".
+// End of "$Id: fluid.cxx,v 1.15.2.7 2000/06/05 21:20:43 mike Exp $".
//
diff --git a/fluid/gif.cxx b/fluid/gif.cxx
index cebe4cd26..e008365e8 100644
--- a/fluid/gif.cxx
+++ b/fluid/gif.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: gif.cxx,v 1.3.2.1 2000/05/16 12:26:07 mike Exp $"
+// "$Id: gif.cxx,v 1.3.2.2 2000/06/05 21:20:43 mike Exp $"
//
// GIF support for the Fast Light Tool Kit (FLTK).
//
@@ -20,7 +20,7 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
-// Please report all bugs and problems to "fltk-bugs@easysw.com".
+// Please report all bugs and problems to "fltk-bugs@fltk.org".
//
// Read a .gif file and convert it to a "xpm" format (actually my
@@ -359,5 +359,5 @@ int gif2xpm(
}
//
-// End of "$Id: gif.cxx,v 1.3.2.1 2000/05/16 12:26:07 mike Exp $".
+// End of "$Id: gif.cxx,v 1.3.2.2 2000/06/05 21:20:43 mike Exp $".
//