Save Preview As...
Replace 'Save Texture As...' in File menu with 'Save Preview As...', since it's used for textures, sounds, animations, notecards and scripts, which ever type you have open at the moment. This fix addresses http://code.google.com/p/singularity-viewer/issues/detail?id=12
This commit is contained in:
@@ -52,9 +52,9 @@
|
||||
</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 Texture As..." left="0"
|
||||
mouse_opaque="true" name="Save Texture As..." width="243">
|
||||
<on_click function="File.SaveTexture" userdata="" />
|
||||
<menu_item_call bottom="-140" enabled="true" height="19" label="Save Preview As..." 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_separator bottom="-148" enabled="true" height="8" label="-----------" left="0"
|
||||
|
||||
Reference in New Issue
Block a user