Increased "MAX_FILES" to support over 1000 saved images (rather than only ~130).

This commit is contained in:
William Kendrick 2003-06-17 08:48:35 +00:00
parent 5b57c6fda7
commit be7efbb0d5
5 changed files with 12 additions and 8 deletions

View file

@ -7,7 +7,7 @@ bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
2003.Jun.14 (0.9.11) [cvs]
2003.Jun.17 (0.9.11) [cvs]
* Windows bugfixes.
John Popplewell <john@johnnypops.demon.co.uk>
@ -69,6 +69,10 @@ http://www.newbreedsoftware.com/tuxpaint/
* Added missing "--nosysconfig" to "--help" usage output.
* Increased MAX_FILES from 256 to 2048. Users with more than 128 images
saved were unable to load the newest images! (Hopefully 1024 saved
files is sufficient.)
2003.February.22 (0.9.10)
* UTF-8 stamp descriptions word-wrap around spaces.