Added where Tux Paint saves files in Windows Vista.
Made "where does Tux Paint save?" a <dl> vs. a <ul> list.
This commit is contained in:
parent
d4892d5875
commit
e323d1b3e8
2 changed files with 35 additions and 22 deletions
|
|
@ -22,7 +22,7 @@ New Breed Software</p>
|
|||
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||
|
||||
<p>September 14, 2002 - July 7, 2008</p>
|
||||
<p>September 14, 2002 - September 18, 2008</p>
|
||||
</center>
|
||||
|
||||
<h2>Drawing-related</h2>
|
||||
|
|
@ -296,20 +296,25 @@ New Breed Software</p>
|
|||
(using the 'savedir' option), Tux Paint saves into a standard
|
||||
location on your local drive:</p>
|
||||
|
||||
<ul>
|
||||
<li>Windows<br>
|
||||
In the user's "Application Data" folder:<br>
|
||||
e.g., <code>C:\Documents and Settings\<i>Username</i>\Application Data\TuxPaint\saved</code><br>
|
||||
<dl>
|
||||
<dt>Windows Vista</dt>
|
||||
<dd>In the user's "AppData" folder:<br>
|
||||
e.g., <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\saved</code><br></dd>
|
||||
|
||||
<li>Mac OS X<br>
|
||||
In the user's "Application Support" folder:<br>
|
||||
e.g., <code>/Users/<i>Username</i>/Library/Applicaton Support/TuxPaint/saved/</code><br>
|
||||
<dt>Windows 95, 98, ME, 2000, XP</dt>
|
||||
<dd>In the user's "Application Data" folder:<br>
|
||||
e.g., <code>C:\Documents and Settings\<i>Username</i>\Application Data\TuxPaint\saved</code><br></dd>
|
||||
|
||||
<li>Linux / Unix<br>
|
||||
In the user's <code>$HOME</code> directory, under a ".tuxpaint"
|
||||
<dt>Mac OS X</dt>
|
||||
<dd>In the user's "Application Support" folder:<br>
|
||||
e.g., <code>/Users/<i>Username</i>/Library/Applicaton Support/TuxPaint/saved/</code><br></dd>
|
||||
|
||||
<dt>Linux / Unix</dt>
|
||||
<dd>In the user's <code>$HOME</code> directory, under a ".tuxpaint"
|
||||
subfolder:<br>
|
||||
e.g., <code>/home/<i>username</i>/.tuxpaint/saved/</code><br>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p>The images are stored as PNG bitmaps, which most modern programs
|
||||
should be able to load (image editors, word processors, web browsers,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue