Added an "autosave" option that assumes you wish to save the current

picture during Quit.  (Additionally, after saving during Quit or Open,
it no longer shows 'success' pop-up that must be dismissed.)
(Addresses SourceForge RFE #1680500)
This commit is contained in:
William Kendrick 2007-05-16 01:33:56 +00:00
parent 839776e2e3
commit 5dffed81d0
5 changed files with 63 additions and 12 deletions

View file

@ -333,6 +333,11 @@ Windows Users
situations where the program is only being used for fun, or in a
test environment.
autosave=yes
This prevents Tux Paint from asking whether you want to save the current
picture when quitting, and assumes you do.
startblank=yes
This causes Tux Paint to display a blank canvas when it first
starts up, rather than loading the last image that was being
@ -569,6 +574,7 @@ Windows Users
--saveover
--saveovernew
--nosave
--autosave
--lang LANGUAGE
These enable or correspond to the configuration file options
described above.
@ -599,6 +605,7 @@ Windows Users
--mouse
--saveoverask
--save
--noautosave
These options can be used to override any settings made in the
configuration file. (If the option isn't set in the
configuration file(s), no overriding option is necessary.)