Ignore:
Timestamp:
2011-12-23T00:02:24+01:00 (14 years ago)
Author:
stoecker
Message:

adapt some more help links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/HistoryInfoWebAction.java

    r4408 r4700  
    1919                Shortcut.registerShortcut("core:historyinfoweb",
    2020                        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");
    2323        Main.toolbar.register(this);
    2424    }
Note: See TracChangeset for help on using the changeset viewer.