Fix Issue 304: export texture in png too
code adapted from that bird that burnt to death...
This commit is contained in:
@@ -1345,11 +1345,11 @@ Select the thumbnail to choose a different texture.
|
||||
<string name="estate_override">
|
||||
One or more of these options is set at the estate level
|
||||
</string>
|
||||
<string name="minutes"/>minutes</string>
|
||||
<string name="1_minute"/>1 minute</string>
|
||||
<string name="1_second"/>1 second</string>
|
||||
<string name="seconds"/>seconds</string>
|
||||
<string name="remaining"/>remaining</string>
|
||||
<string name="minutes">minutes</string>
|
||||
<string name="1_minute">1 minute</string>
|
||||
<string name="1_second">1 second</string>
|
||||
<string name="seconds">seconds</string>
|
||||
<string name="remaining">remaining</string>
|
||||
<check_box bottom_delta="-20" enabled="true" follows="left|top" font="SansSerifSmall"
|
||||
height="16" initial_value="false" label="Allow Group Access: [GROUP]"
|
||||
left="8" mouse_opaque="true" name="GroupCheck" radio_style="false"
|
||||
|
||||
@@ -52,11 +52,16 @@
|
||||
</menu_item_call>
|
||||
<menu_item_separator bottom="-121" enabled="true" height="8" label="-----------" left="0"
|
||||
mouse_opaque="true" name="separator2" width="243" />
|
||||
<menu_item_call bottom="-140" enabled="true" height="19" label="Save Preview As..." left="0"
|
||||
<menu_item_call bottom="-140" enabled="true" height="19" label="Save Preview As (TGA)..." left="0"
|
||||
mouse_opaque="true" name="Save Preview As..." width="243">
|
||||
<on_click function="File.SavePreview" userdata="" />
|
||||
<on_enable function="File.EnableSaveAs" />
|
||||
</menu_item_call>
|
||||
<menu_item_call bottom="-140" enabled="true" height="19" label="Save Preview As (PNG)..." left="0"
|
||||
mouse_opaque="true" name="Save Preview AsPNG..." width="243">
|
||||
<on_click function="File.SavePreviewPNG" userdata="" />
|
||||
<on_enable function="File.EnableSaveAs" />
|
||||
</menu_item_call>
|
||||
<menu_item_separator bottom="-148" enabled="true" height="8" label="-----------" left="0"
|
||||
mouse_opaque="true" name="separator3" width="243" />
|
||||
<menu_item_call bottom="-167" enabled="true" height="19" label="Take Snapshot" left="0"
|
||||
|
||||
@@ -3569,7 +3569,7 @@ If you continue to receive this message, contact the [SUPPORT_SITE].
|
||||
<string name="IM_autoresponded_to">Autoresponse sent to</string>
|
||||
<string name="IM_autoresponse_sent_item">was sent auto-response item</string>
|
||||
<string name="Unnamed">(Unnamed)</string>
|
||||
<string name="Saved_message">(Saved [LONG_TIMESTAMP])</string>
|
||||
<string name="Saved_message">(Saved [LONG_TIMESTAMP]) </string>
|
||||
<string name="PowerUser1">You are bestowed with powers beyond mortal comprehension.</string>
|
||||
<string name="PowerUser2">Use your newfound abilities wisely.</string>
|
||||
<string name="Unlocked:">Unlocked:</string>
|
||||
|
||||
Reference in New Issue
Block a user