summaryrefslogtreecommitdiff
path: root/fluid/about_panel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/about_panel.cxx')
-rw-r--r--fluid/about_panel.cxx15
1 files changed, 9 insertions, 6 deletions
diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx
index 7a4fc27..f1a296d 100644
--- a/fluid/about_panel.cxx
+++ b/fluid/about_panel.cxx
@@ -1,9 +1,9 @@
//
-// "$Id: about_panel.cxx 9707 2012-11-06 21:13:54Z matt $"
+// "$Id: about_panel.cxx 10353 2014-10-05 00:03:27Z AlbrechtS $"
//
// About dialog for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2010 by Bill Spitzak and others.
+// Copyright 1998-2014 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0300
+// generated by Fast Light User Interface Designer (fluid) version 1.0303
#include "about_panel.h"
void show_help(const char *name);
@@ -269,14 +269,17 @@ 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, 200, 70, "FLTK User\nInterface Designer\nVersion 1.3.1");
+ { Fl_Box* o = new Fl_Box(135, 10, 205, 75, "FLTK User\nInterface Designer\nVersion x.x.x");
o->color((Fl_Color)12);
o->selection_color(FL_DARK1);
o->labelfont(1);
o->labelsize(18);
o->align(Fl_Align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE));
+ char about[80]; // uses less than 60
+ snprintf(about,sizeof(about),"FLTK User\nInterface Designer\nVersion %d.%d.%d",FL_MAJOR_VERSION,FL_MINOR_VERSION,FL_PATCH_VERSION);
+ o->copy_label(about);
} // Fl_Box* o
- { Fl_Box* o = new Fl_Box(135, 90, 200, 45, "Copyright 1998-2010 by\nBill Spitzak and others");
+ { Fl_Box* o = new Fl_Box(135, 90, 200, 45, "Copyright 1998-2014 by\nBill Spitzak and others");
o->align(Fl_Align(132|FL_ALIGN_INSIDE));
} // Fl_Box* o
{ Fl_Button* o = new Fl_Button(115, 145, 123, 25, "View License...");
@@ -873,5 +876,5 @@ unsigned char fluid_org_png[12690] = /* binary data included from ../documentati
73,69,78,68,174,66,96,130};
//
-// End of "$Id: about_panel.cxx 9707 2012-11-06 21:13:54Z matt $".
+// End of "$Id: about_panel.cxx 10353 2014-10-05 00:03:27Z AlbrechtS $".
//