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
|
|
@ -8,6 +8,8 @@ http://www.newbreedsoftware.com/tuxpaint/
|
|||
|
||||
|
||||
2004.May.30 (0.9.14) [cvs]
|
||||
* Added "--nosave" option (suggested by Adam Moore).
|
||||
|
||||
* Changed default UI font to "FreeSans.ttf"
|
||||
|
||||
* Updated Breton translation.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
June 14, 2002 - May 16, 2004
|
||||
June 14, 2002 - May 30, 2004
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -356,6 +356,12 @@ Options
|
|||
When saving an existing drawing, you will be first asked
|
||||
whether to save over the older version or not.
|
||||
|
||||
nosave=yes
|
||||
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.
|
||||
|
||||
lang=LANGUAGE
|
||||
|
||||
Run Tux Paint in one of the supported languages. Possible
|
||||
|
|
@ -495,6 +501,7 @@ Options
|
|||
--savedir DIRECTORY
|
||||
--saveover
|
||||
--saveovernew
|
||||
--nosave
|
||||
--lang LANGUAGE
|
||||
These enable or correspond to the configuration file
|
||||
options described above.
|
||||
|
|
@ -518,6 +525,7 @@ Options
|
|||
--dontmirrorstamps
|
||||
--mouse
|
||||
--saveoverask
|
||||
--save
|
||||
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.)
|
||||
|
|
|
|||
|
|
@ -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