Fixes issue where starters or templates with uppercase filename extensions

were failing to open. (SF.net Bug #191)
This commit is contained in:
William Kendrick 2014-01-24 07:24:18 +00:00
parent 5a5dffa290
commit b1c910dd9a
2 changed files with 76 additions and 46 deletions

View file

@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
2013.April.30 (0.9.22)
2014.January.23 (0.9.22)
* New Tools:
----------
@ -541,6 +541,10 @@ $Id$
* Bug Fixes
---------
* Starter and template filenames with non-lowercase extensions (e.g. .JPG)
would fail to load.
SF.net Bug #191
* Image on right of dialogs would get scaled/cut-off even if there was
room for them.