fix mainwindow.ui new map action

This commit is contained in:
garak 2019-01-05 22:15:38 -05:00
parent 7248583e65
commit 6d613441e9

View file

@ -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 &amp;Layout</string> <string>Sort by &amp;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>