add ellipsis to new map and new tileset

This commit is contained in:
Karathan 2019-03-22 02:40:41 +01:00 committed by huderlem
parent af96054baf
commit 092eb2b9aa

View file

@ -2798,7 +2798,7 @@
</action> </action>
<action name="action_NewMap"> <action name="action_NewMap">
<property name="text"> <property name="text">
<string>New Map</string> <string>New Map...</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+N</string> <string>Ctrl+N</string>
@ -2979,7 +2979,7 @@
</action> </action>
<action name="actionNew_Tileset"> <action name="actionNew_Tileset">
<property name="text"> <property name="text">
<string>New Tileset</string> <string>New Tileset...</string>
</property> </property>
</action> </action>
</widget> </widget>