Replaced \n to 
 entity (because now we use TinyXml parser).

This commit is contained in:
David Capello 2010-01-31 23:42:45 +00:00
parent 96759c9c17
commit 1a80c8fcf8
5 changed files with 11 additions and 11 deletions

View File

@ -9,16 +9,16 @@
<label text="Right:" /> <label text="Right:" />
</box> </box>
<box vertical="true" homogeneous="true"> <box vertical="true" homogeneous="true">
<entry text="0" name="left" maxsize="32" maxwidth="64" tooltip="Columns to be added/removed in the left side.\nUse a negative number to remove columns." /> <entry text="0" name="left" maxsize="32" maxwidth="64" tooltip="Columns to be added/removed in the left side.&#10;Use a negative number to remove columns." />
<entry text="0" name="right" maxsize="32" maxwidth="64" tooltip="Columns to be added/removed in the right side.\nUse a negative number to remove columns." /> <entry text="0" name="right" maxsize="32" maxwidth="64" tooltip="Columns to be added/removed in the right side.&#10;Use a negative number to remove columns." />
</box> </box>
<box vertical="true" homogeneous="true"> <box vertical="true" homogeneous="true">
<label text="Top:" /> <label text="Top:" />
<label text="Bottom:" /> <label text="Bottom:" />
</box> </box>
<box vertical="true" homogeneous="true"> <box vertical="true" homogeneous="true">
<entry text="0" name="top" maxsize="32" maxwidth="64" tooltip="Rows to be added/removed in the top side.\nUse a negative number to remove rows." /> <entry text="0" name="top" maxsize="32" maxwidth="64" tooltip="Rows to be added/removed in the top side.&#10;Use a negative number to remove rows." />
<entry text="0" name="bottom" maxsize="32" maxwidth="64" tooltip="Rows to be added/removed in the bottom side.\nUse a negative number to remove rows." /> <entry text="0" name="bottom" maxsize="32" maxwidth="64" tooltip="Rows to be added/removed in the bottom side.&#10;Use a negative number to remove rows." />
</box> </box>
</box> </box>
<separator horizontal="true" /> <separator horizontal="true" />

View File

@ -8,7 +8,7 @@
<button text="" name="goback" bevel="2 0 2 0" tooltip="Go back one folder" /> <button text="" name="goback" bevel="2 0 2 0" tooltip="Go back one folder" />
<button text="" name="goforward" bevel="0 2 0 2" tooltip="Go forward one folder" /> <button text="" name="goforward" bevel="0 2 0 2" tooltip="Go forward one folder" />
</box> </box>
<button text="" name="goup" tooltip="Up to parent folder\n(Backspace)" /> <button text="" name="goup" tooltip="Up to parent folder&#10;(Backspace)" />
<combobox name="location" expansive="true" /> <combobox name="location" expansive="true" />
</box> </box>
<box vertical="true" expansive="true" name="box" /> <box vertical="true" expansive="true" name="box" />

View File

@ -22,9 +22,9 @@
<box vertical="true"> <box vertical="true">
<separator text="Color Mode:" left="true" horizontal="true" /> <separator text="Color Mode:" left="true" horizontal="true" />
<box vertical="true" homogeneous="true"> <box vertical="true" homogeneous="true">
<radio name="radio1" text="&amp;RGB Color" group="1" tooltip="RGBA color mode\n(32 bits per pixel)" /> <radio name="radio1" text="&amp;RGB Color" group="1" tooltip="RGBA color mode&#10;(32 bits per pixel)" />
<radio name="radio2" text="&amp;Grayscale" group="1" tooltip="Value and Alpha\n(16 bits per pixel)" /> <radio name="radio2" text="&amp;Grayscale" group="1" tooltip="Value and Alpha&#10;(16 bits per pixel)" />
<radio name="radio3" text="&amp;Indexed" group="1" tooltip="Using a palette of 256 colors\n(8 bits per pixel)" /> <radio name="radio3" text="&amp;Indexed" group="1" tooltip="Using a palette of 256 colors&#10;(8 bits per pixel)" />
</box> </box>
</box> </box>
</box> </box>

View File

@ -27,7 +27,7 @@
<box horizontal="true"> <box horizontal="true">
<label text="Undo size limit:" /> <label text="Undo size limit:" />
<entry name="undo_size_limit" maxsize="4" tooltip="Limit of memory to be used\nfor undo information per sprite.\nSpecified in megabytes." /> <entry name="undo_size_limit" maxsize="4" tooltip="Limit of memory to be used&#10;for undo information per sprite.&#10;Specified in megabytes." />
<label text="MB" /> <label text="MB" />
</box> </box>

View File

@ -26,8 +26,8 @@
<label text="Height:" /> <label text="Height:" />
</box> </box>
<box vertical="true" homogeneous="true" expansive="true"> <box vertical="true" homogeneous="true" expansive="true">
<entry expansive="true" text="100%%" name="width_perc" maxsize="8" magnetic="true" tooltip="New width for the sprite\nPercentage of current width." /> <entry expansive="true" text="100%%" name="width_perc" maxsize="8" magnetic="true" tooltip="New width for the sprite&#10;Percentage of current width." />
<entry expansive="true" text="100%%" name="height_perc" maxsize="8" tooltip="New height for the sprite\nPercentage of current height." /> <entry expansive="true" text="100%%" name="height_perc" maxsize="8" tooltip="New height for the sprite&#10;Percentage of current height." />
</box> </box>
<box horizontal="true" width="64" /> <box horizontal="true" width="64" />
</box> </box>