Sync docs to grab "--noerase" option documentation

This commit is contained in:
Bill Kendrick 2023-06-01 21:44:45 -07:00
parent 437802252b
commit 6755d67937
22 changed files with 221 additions and 16 deletions

View file

@ -723,6 +723,19 @@
<p class="note">
<span title="Configuration option">&#9881;</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>notemplateexport=no</code>" または "<code>templateexport=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--templateexport</code>" で変更できます。 </p>
</dd>
<dt>
<code><b>noerase=yes</b></code>
</dt>
<dd>
<p>
Disables the ability to erase saved drawings via the "Erase" button on the <a href="README.html#using_tools_other_open"><strong>Open</strong></a> dialog, or exported <a href="README.html#using_tools_other_new">Template</a> images (based on a saved drawing) via the "Erase" button on the <a href="README.html#using_tools_other_new">New</a> dialog. Useful to prevent users from erasing work, especially combined with the <a href="#saving"><code>--saveovernew</code></a> option. </p>
<p class="note">
<span title="Version variation">&#128220;</span> <strong>Note:</strong> This option was added to Tux Paint in version 0.9.31. </p>
<p class="note">
<span title="Configuration option">&#9881;</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>noerase=no</code>" または "<code>erase=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--erase</code>" で変更できます。 </p>
</dd>
</dl>
</section>
</section>