Bump version number and copyright year in FLUID about panel...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2954 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
216453a981
commit
29240895e2
@ -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);
|
||||
@ -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);
|
||||
@ -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);
|
||||
|
@ -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
|
||||
@ -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
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user