Changeset 4700 in josm for trunk/src/org/openstreetmap/josm/actions/HistoryInfoWebAction.java
- Timestamp:
- 2011-12-23T00:02:24+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/HistoryInfoWebAction.java
r4408 r4700 19 19 Shortcut.registerShortcut("core:historyinfoweb", 20 20 tr("History (web)"), KeyEvent.VK_H, Shortcut.GROUP_HOTKEY, Shortcut.SHIFT_DEFAULT), false); 21 putValue("help", ht("/Action/ObjectHistory")); 22 putValue("toolbar", "action/historyinfoweb");21 putValue("help", ht("/Action/ObjectHistoryWeb")); 22 putValue("toolbar", "action/historyinfoweb"); 23 23 Main.toolbar.register(this); 24 24 }
Note:
See TracChangeset
for help on using the changeset viewer.
