summaryrefslogtreecommitdiff
path: root/fluid/about_panel.fl
diff options
context:
space:
mode:
authorIan MacArthur <imacarthur@gmail.com>2013-02-20 10:27:47 +0000
committerIan MacArthur <imacarthur@gmail.com>2013-02-20 10:27:47 +0000
commiteaa67248a7d06f4895401b3695f3f079d6ee8b0c (patch)
treed1a817ca2a61c64fd402a3fba64a9f4a37cd70d2 /fluid/about_panel.fl
parentdbae4f68c7b753465019f31fa7baf26beab88147 (diff)
Typo: It turns out that when we stepped the version number up to
1.3.2, we didn't change the hard coded value in fluid's about_panel. Though: Why is this value hard-coded anyway? Should fluid not be picking that up from Enumerations.h at build time, or something? git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9827 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/about_panel.fl')
-rw-r--r--fluid/about_panel.fl9
1 files changed, 5 insertions, 4 deletions
diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl
index 52b0f0e08..b2e4f8c58 100644
--- a/fluid/about_panel.fl
+++ b/fluid/about_panel.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0300
+version 1.0302
header_name {.h}
code_name {.cxx}
comment {//
@@ -25,10 +25,11 @@ comment {//
decl {void show_help(const char *name);} {public local
}
-Function {make_about_panel()} {} {
+Function {make_about_panel()} {open
+} {
Fl_Window about_panel {
label {About FLUID} open
- xywh {419 216 345 180} type Double color 50 selection_color 47 hotspot non_modal visible
+ xywh {680 247 345 180} type Double color 50 selection_color 47 hotspot non_modal visible
} {
Fl_Box {} {
image {icons/fluid-96.xpm} xywh {10 10 115 120}
@@ -36,7 +37,7 @@ Function {make_about_panel()} {} {
Fl_Box {} {
label {FLTK User
Interface Designer
-Version 1.3.1}
+Version 1.3.2} selected
xywh {135 10 200 70} color 12 selection_color 47 labelfont 1 labelsize 18 align 21
}
Fl_Box {} {