summaryrefslogtreecommitdiff
path: root/fluid/about_panel.cxx
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/about_panel.cxx
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/about_panel.cxx')
-rw-r--r--fluid/about_panel.cxx4
1 files changed, 2 insertions, 2 deletions
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);