Changeset 28497 in osm


Ignore:
Timestamp:
2012-07-20T11:45:20+02:00 (12 years ago)
Author:
stoecker
Message:

fix parsing error for shortcuts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed/src/smed/tabs/SmedTabAction.java

    r27962 r28497  
    3535        private static String editor =tr("SeaMap Editor");
    3636       
    37         public SmedTabAction() {
    38 //        super( editor, "Smed",editor,
    39 //                  Shortcut.registerShortcut("tools:Seamaps", tr("Tool: {0}", tr("SeaMap Editor")),
    40 //                          KeyEvent.VK_K, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT),
    41 //          true);  //$NON-NLS-1$ //$NON-NLS-2$
     37    public SmedTabAction() {
    4238        super( editor, "Smed", editor, null, true);
    4339    }
Note: See TracChangeset for help on using the changeset viewer.