Ignore:
Timestamp:
2012-01-21T20:09:28+01:00 (13 years ago)
Author:
akks
Message:

Utilsplugin2: removed debugging output and make shortcuts easier to find

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/dumbutils/ReplaceGeometryAction.java

    r27516 r27543  
    2828    public ReplaceGeometryAction() {
    2929        super(TITLE, "dumbutils/replacegeometry", tr("Replace geometry of selected object with a new one"),
    30                 Shortcut.registerShortcut("tools:replacegeometry", tr("Tool: {0}", TITLE), KeyEvent.VK_G,
    31                 Shortcut.GROUP_HOTKEY, Shortcut.SHIFT_DEFAULT), true);
     30                Shortcut.registerShortcut("tools:replacegeometry", tr("Tool: {0}", TITLE), KeyEvent.VK_G, Shortcut.GROUP_HOTKEY, Shortcut.SHIFT_DEFAULT)
     31                , true);
    3232    }
    3333
Note: See TracChangeset for help on using the changeset viewer.