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:
parent
839776e2e3
commit
5dffed81d0
5 changed files with 63 additions and 12 deletions
|
|
@ -36,6 +36,7 @@ tuxpaint -- A drawing program for young children.
|
|||
[\-\-saveover]
|
||||
[\-\-saveovernew]
|
||||
[\-\-nosave]
|
||||
[\-\-autosave]
|
||||
[\-\-colorfile \fIFILE\fP]
|
||||
|
||||
.TP 9
|
||||
|
|
@ -261,6 +262,11 @@ The \fInosave\fP option disables \fITux Paint's\fP ability to save files.
|
|||
This can be used in situations where the program is only being used for
|
||||
fun, or in a test environment.
|
||||
|
||||
.TP 8
|
||||
.B \-\-autosave \-\-noautosave
|
||||
The \fIautosave\fP option prevents \fITux Paint\fP from asking whether you
|
||||
want to save the current picture when quitting, and assumes you do.
|
||||
|
||||
.TP 8
|
||||
.B \-\-startblank \-\-startlast
|
||||
When you start \fITux Paint\fP, it loads the last image that was being worked
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue