Added "--nosave" option to completely disable Tux Paint's ability to save.
This commit is contained in:
parent
f35c739d86
commit
8723d706b2
6 changed files with 85 additions and 11 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
# Bill Kendrick <bill@newbreedsoftware.com>
|
||||
# Default distribution version last modified:
|
||||
# September 27, 2003
|
||||
# May 30, 2004
|
||||
|
||||
|
||||
# The variables described below are initially commented out.
|
||||
|
|
@ -203,6 +203,13 @@
|
|||
# saveover=ask
|
||||
|
||||
|
||||
### Disable the 'Save' feature altogether?
|
||||
### --------------------------------------
|
||||
#
|
||||
# nosave=yes
|
||||
# save=yes
|
||||
|
||||
|
||||
### Use a different language?
|
||||
### -------------------------
|
||||
### Note: Where the language is a known language name (e.g., "spanish")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue