diff options
author | corvid <devnull@localhost> | 2014-12-08 22:37:53 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-12-08 22:37:53 +0000 |
commit | f2157b26e98ed14c4e3725e320302324eb3192ce (patch) | |
tree | db58163b621e19ef2109670a1b0cd37522eaba59 /src/IO/about.c | |
parent | 942f4fc9d515e6bfd001a73da143e8e08d781244 (diff) |
mention resizable-window fix
Diffstat (limited to 'src/IO/about.c')
-rw-r--r-- | src/IO/about.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index a29f4c59..2ca419ed 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -241,6 +241,7 @@ const char *const AboutSplash= "<ul>\n" "<li> An important fix for linking with the recently-released fltk-1.3.3\n" " (we don't use <tt>fl_oldfocus</tt> anymore).\n" +"<li> A change to make sure that windows are resizable with fltk-1.3.3.\n" "<li> A security fix not to load background images in <tt>--local</tt> mode.\n" "<li> Another fix to permit linking on OS X (remove our <tt>Fl_Printer</tt>\n" "stub).\n" |