Skip to content

Commit

Permalink
Bump version number and copyright year in FLUID about panel...
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2954 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Mar 26, 2003
1 parent 216453a commit 2924089
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
6 changes: 3 additions & 3 deletions fluid/about_panel.cxx
@@ -1,4 +1,4 @@
// generated by Fast Light User Interface Designer (fluid) version 1.0100
// generated by Fast Light User Interface Designer (fluid) version 1.0104

#include "about_panel.h"
void show_help(const char *name);
Expand Down Expand Up @@ -85,7 +85,7 @@ Fl_Window* make_about_panel() {
o->labelcolor(7);
o->align(FL_ALIGN_TOP|FL_ALIGN_INSIDE);
}
{ Fl_Box* o = new Fl_Box(140, 27, 160, 123, "FLTK User\nInterface\nDesigner\nVersion 1.1.0");
{ Fl_Box* o = new Fl_Box(140, 27, 160, 123, "FLTK User\nInterface\nDesigner\nVersion 1.1.4");
o->box(FL_OVAL_BOX);
o->color(12);
o->selection_color(47);
Expand All @@ -94,7 +94,7 @@ Fl_Window* make_about_panel() {
o->labelsize(18);
o->labelcolor(7);
}
{ Fl_Button* o = new Fl_Button(181, 176, 115, 30, "\251""1998-2002 by\nBill Spitzak and others");
{ Fl_Button* o = new Fl_Button(181, 176, 115, 30, "\251""1998-2003 by\nBill Spitzak and others");
o->box(FL_THIN_UP_BOX);
o->labelsize(10);
o->labelcolor(136);
Expand Down
15 changes: 6 additions & 9 deletions fluid/about_panel.fl
@@ -1,11 +1,8 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0100
version 1.0104
header_name {.h}
code_name {.cxx}
gridx 10
gridy 10
snap 3
decl {void show_help(const char *name);} {selected public
code_name {.cxx}
decl {void show_help(const char *name);} {public
}

Function {make_about_panel()} {open
Expand Down Expand Up @@ -52,13 +49,13 @@ Function {make_about_panel()} {open
label {FLTK User
Interface
Designer
Version 1.1.0}
Version 1.1.4}
xywh {140 27 160 123} box OVAL_BOX color 12 selection_color 47 labeltype SHADOW_LABEL labelfont 1 labelsize 18 labelcolor 7
}
Fl_Button {} {
label {�1998-2002 by
label {�1998-2003 by
Bill Spitzak and others}
callback {show_help("license.html");}
callback {show_help("license.html");} selected
xywh {181 176 115 30} box THIN_UP_BOX labelsize 10 labelcolor 136
}
}
Expand Down
2 changes: 1 addition & 1 deletion fluid/about_panel.h
@@ -1,4 +1,4 @@
// generated by Fast Light User Interface Designer (fluid) version 1.0100
// generated by Fast Light User Interface Designer (fluid) version 1.0104

#ifndef about_panel_h
#define about_panel_h
Expand Down

0 comments on commit 2924089

Please sign in to comment.