Ignore:
Timestamp:
2011-06-19T17:17:43+02:00 (13 years ago)
Author:
stoecker
Message:

fix #6480 - toolbar cleanups

File:
1 edited

Legend:

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

    r4139 r4146  
    4141                tr("Show status report with useful information that can be attached to bugs"),
    4242                Shortcut.registerShortcut("help:showstatusreport", tr("Help: {0}",
    43                         tr("Show Status Report")), KeyEvent.VK_R, Shortcut.GROUP_NONE), true);
     43                        tr("Show Status Report")), KeyEvent.VK_R, Shortcut.GROUP_NONE), false);
    4444
    4545        putValue("help", ht("/Action/ShowStatusReport"));
    4646        putValue("toolbar", "help/showstatusreport");
     47        Main.toolbar.register(this);
    4748    }
    4849
Note: See TracChangeset for help on using the changeset viewer.