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>
|
||||
</property>
|
||||
</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">
|
||||
<property name="text">
|
||||
<string>Undo</string>
|
||||
|
@ -2423,12 +2431,6 @@
|
|||
</property>
|
||||
<property name="text">
|
||||
<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>
|
||||
</action>
|
||||
</widget>
|
||||
|
|
Loading…
Reference in a new issue