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
|
|
@ -23,7 +23,7 @@ New Breed Software</p>
|
|||
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
||||
<a href="http://www.newbreedsoftware.com/tuxpaint/">http://www.newbreedsoftware.com/tuxpaint/</a></p>
|
||||
|
||||
<p>June 14, 2002 - May 16, 2004</p>
|
||||
<p>June 14, 2002 - May 30, 2004</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
@ -454,6 +454,14 @@ New Breed Software</p>
|
|||
When saving an existing drawing, you will be first asked whether
|
||||
to save over the older version or not.
|
||||
</dd>
|
||||
|
||||
<dt><code><b>nosave=yes</b></code></dt>
|
||||
<dd>
|
||||
This disables Tux Paint's ability to save files
|
||||
(and therefore disables the on-screen "Save" button).
|
||||
It can be used in situations where the program is only being used for
|
||||
fun, or in a test environment.
|
||||
</dd>
|
||||
|
||||
<dt><code><b>lang=<i>LANGUAGE</i></b></code></dt>
|
||||
<dd>
|
||||
|
|
@ -738,6 +746,7 @@ New Breed Software</p>
|
|||
--savedir DIRECTORY<br>
|
||||
--saveover<br>
|
||||
--saveovernew<br>
|
||||
--nosave<br>
|
||||
--lang LANGUAGE<br>
|
||||
</b></code></dt>
|
||||
<dd>
|
||||
|
|
@ -765,6 +774,7 @@ New Breed Software</p>
|
|||
--dontmirrorstamps<br>
|
||||
--mouse<br>
|
||||
--saveoverask<br>
|
||||
--save<br>
|
||||
</b></code></dt>
|
||||
<dd>
|
||||
These options can be used to override any settings made in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue