|
@@ -20,7 +20,7 @@
|
|
</menuitem>
|
|
</menuitem>
|
|
<menuitem>
|
|
<menuitem>
|
|
<label>Save</label>
|
|
<label>Save</label>
|
|
- <help>Save workspace to open file</help>
|
|
|
|
|
|
+ <help>Save workspace</help>
|
|
<handler>self.OnWorkspaceSave</handler>
|
|
<handler>self.OnWorkspaceSave</handler>
|
|
<shortcut>Ctrl+S</shortcut>
|
|
<shortcut>Ctrl+S</shortcut>
|
|
</menuitem>
|
|
</menuitem>
|
|
@@ -31,7 +31,7 @@
|
|
</menuitem>
|
|
</menuitem>
|
|
<menuitem>
|
|
<menuitem>
|
|
<label>Close</label>
|
|
<label>Close</label>
|
|
- <help>Close loaded workspace</help>
|
|
|
|
|
|
+ <help>Close workspace file</help>
|
|
<handler>self.OnWorkspaceClose</handler>
|
|
<handler>self.OnWorkspaceClose</handler>
|
|
<shortcut>Ctrl+C</shortcut>
|
|
<shortcut>Ctrl+C</shortcut>
|
|
</menuitem>
|
|
</menuitem>
|
|
@@ -645,7 +645,7 @@
|
|
<separator />
|
|
<separator />
|
|
<menuitem>
|
|
<menuitem>
|
|
<label>E&xit</label>
|
|
<label>E&xit</label>
|
|
- <help>Exit GUI</help>
|
|
|
|
|
|
+ <help>Quit GUI</help>
|
|
<handler>self.OnCloseWindow</handler>
|
|
<handler>self.OnCloseWindow</handler>
|
|
<shortcut>Ctrl+Q</shortcut>
|
|
<shortcut>Ctrl+Q</shortcut>
|
|
</menuitem>
|
|
</menuitem>
|