fix mainwindow.ui new map action
This commit is contained in:
parent
7248583e65
commit
6d613441e9
1 changed files with 8 additions and 6 deletions
|
@ -2279,6 +2279,14 @@
|
||||||
<string>Ctrl+S</string>
|
<string>Ctrl+S</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
|
<action name="action_NewMap">
|
||||||
|
<property name="text">
|
||||||
|
<string>New Map</string>
|
||||||
|
</property>
|
||||||
|
<property name="shortcut">
|
||||||
|
<string>Ctrl+N</string>
|
||||||
|
</property>
|
||||||
|
</action>
|
||||||
<action name="actionUndo">
|
<action name="actionUndo">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Undo</string>
|
<string>Undo</string>
|
||||||
|
@ -2423,12 +2431,6 @@
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Sort by &Layout</string>
|
<string>Sort by &Layout</string>
|
||||||
<action name="action_NewMap">
|
|
||||||
<property name="text">
|
|
||||||
<string>New Map</string>
|
|
||||||
</property>
|
|
||||||
<property name="shortcut">
|
|
||||||
<string>Ctrl+N</string>
|
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
Loading…
Reference in a new issue