Skip to content

Commit

Permalink
#5623: Menu item casing
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed May 31, 2021
1 parent 539f7f5 commit 914131e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install/menu.xml
Expand Up @@ -5,9 +5,9 @@
<menuSeparator />
<menuItem name="open" caption="&amp;Open..." command="OpenMap" />
<menuItem name="openMapFromProject" caption="&amp;Open Map from Project..." command="OpenMapFromProject" />
<menuItem name="import" caption="&amp;Import map..." command="ImportMap" />
<menuItem name="mergeMap" caption="&amp;Merge map..." command="MergeControlDialog" />
<menuItem name="loadprefab" caption="Import &amp;prefab..." command="LoadPrefab" />
<menuItem name="import" caption="&amp;Import Map..." command="ImportMap" />
<menuItem name="mergeMap" caption="&amp;Merge Map..." command="MergeControlDialog" />
<menuItem name="loadprefab" caption="Import &amp;Prefab..." command="LoadPrefab" />
<menuSeparator />
<menuItem name="save" caption="&amp;Save" command="SaveMap" />
<menuItem name="saveas" caption="Save &amp;as..." command="SaveMapAs" />
Expand Down

0 comments on commit 914131e

Please sign in to comment.