From 41dddfed63e18009916ba72e649ecea5fb798db9 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 15 Nov 2010 21:04:17 +0000 Subject: [PATCH] Version fix git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@7851 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/about_panel.cxx | 2 +- fluid/about_panel.fl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx index e8ab2f0f5..094685e84 100644 --- a/fluid/about_panel.cxx +++ b/fluid/about_panel.cxx @@ -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); diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl index 18f6919e9..40a84353c 100644 --- a/fluid/about_panel.fl +++ b/fluid/about_panel.fl @@ -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 {} {