Version fix

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@7851 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2010-11-15 21:04:17 +00:00
parent 167e329328
commit 41dddfed63
2 changed files with 2 additions and 2 deletions

View File

@ -278,7 +278,7 @@ 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, 170, 69, "FLTK User\nInterface Designer\nVersion 1.1.10");
{ Fl_Box* o = new Fl_Box(135, 10, 170, 69, "FLTK User\nInterface Designer\nVersion 1.1.11");
o->color((Fl_Color)12);
o->selection_color(FL_DARK1);
o->labelfont(1);

View File

@ -46,7 +46,7 @@ Function {make_about_panel()} {open
Fl_Box {} {
label {FLTK User
Interface Designer
Version 1.1.10}
Version 1.1.11}
xywh {135 10 170 69} color 12 selection_color 47 labelfont 1 labelsize 18 align 21
}
Fl_Box {} {