diff options
| author | Ian MacArthur <imacarthur@gmail.com> | 2013-02-20 10:27:47 +0000 |
|---|---|---|
| committer | Ian MacArthur <imacarthur@gmail.com> | 2013-02-20 10:27:47 +0000 |
| commit | eaa67248a7d06f4895401b3695f3f079d6ee8b0c (patch) | |
| tree | d1a817ca2a61c64fd402a3fba64a9f4a37cd70d2 /fluid/about_panel.h | |
| parent | dbae4f68c7b753465019f31fa7baf26beab88147 (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.h')
| -rw-r--r-- | fluid/about_panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/about_panel.h b/fluid/about_panel.h index 5430f7e68..8c90c7ac7 100644 --- a/fluid/about_panel.h +++ b/fluid/about_panel.h @@ -16,7 +16,7 @@ // http://www.fltk.org/str.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0300 +// generated by Fast Light User Interface Designer (fluid) version 1.0302 #ifndef about_panel_h #define about_panel_h |
