Changeset 28372 in osm for applications/editors/josm


Ignore:
Timestamp:
2012-05-02T23:39:31+02:00 (12 years ago)
Author:
pieren
Message:

restore worthy setting to open the address dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/Address.java

    r27893 r28372  
    9595        super(tr("Add address"), "buildings",
    9696                tr("Helping tool for tag address"),
    97                 Shortcut.registerShortcut("mapmode:cadastre-fr-buildings", tr("Mode: {0}", tr("CadastreFR - Buildings")), KeyEvent.VK_E, Shortcut.ALT_CTRL_SHIFT),
     97                Shortcut.registerShortcut("mapmode:cadastre-fr-buildings", tr("Mode: {0}", tr("CadastreFR - Buildings")), KeyEvent.VK_E, Shortcut.DIRECT),
    9898                mapFrame, getCursor());
    9999    }
Note: See TracChangeset for help on using the changeset viewer.