Use Ctrl-shift-D for creating a landmarks, instead, and fix previous misplacement of the shortcut.

This commit is contained in:
Lirusaito
2012-02-26 17:42:52 -05:00
parent 72fe406f64
commit 0dc05a39e6

View File

@@ -490,12 +490,12 @@
<menu_item_separator bottom="-94" enabled="true" height="8" label="-----------" left="0"
mouse_opaque="true" name="separator" width="185" />
<menu_item_call bottom="-113" enabled="true" height="19" label="Create Landmark Here" left="0"
mouse_opaque="true" name="Create Landmark Here" width="185">
mouse_opaque="true" name="Create Landmark Here" shortcut="control|shift|D" width="185">
<on_click function="World.CreateLandmark" userdata="" />
<on_enable function="World.EnableCreateLandmark" userdata="" />
</menu_item_call>
<menu_item_call bottom="-132" enabled="true" height="19" label="Set Home to Here" left="0"
mouse_opaque="true" name="Set Home to Here" shortcut="control|D" width="185">
mouse_opaque="true" name="Set Home to Here" width="185">
<on_click function="World.SetHomeLocation" userdata="" />
<on_enable function="World.EnableSetHomeLocation" userdata="" />
</menu_item_call>