Ignore:
Timestamp:
2009-10-02T22:06:36+02:00 (15 years ago)
Author:
stoecker
Message:

see #3550 - patch by bastiK - allow resizing right handside dialogs, updated i18n

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java

    r2005 r2224  
    8585    public SelectionListDialog() {
    8686        super(tr("Current Selection"), "selectionlist", tr("Open a selection list window."),
    87                 Shortcut.registerShortcut("subwindow:selection", tr("Toggle: {0}", tr("Current Selection")), KeyEvent.VK_T, Shortcut.GROUP_LAYER, Shortcut.SHIFT_DEFAULT), 150);
     87                Shortcut.registerShortcut("subwindow:selection", tr("Toggle: {0}", tr("Current Selection")), KeyEvent.VK_T, Shortcut.GROUP_LAYER, Shortcut.SHIFT_DEFAULT), 150, true);
    8888
    8989        selectionHistory = new LinkedList<Collection<? extends OsmPrimitive>>();
Note: See TracChangeset for help on using the changeset viewer.