Changeset 28805 in osm


Ignore:
Timestamp:
2012-10-14T12:10:20+02:00 (12 years ago)
Author:
stoecker
Message:

fix #josm8123

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/FindRelationAction.java

    r27927 r28805  
    2727
    2828    public FindRelationAction( ChosenRelation chRel ) {
    29         super("Find", "relcontext/find", tr("Find a relation"),
     29        super(tr("Find"), "relcontext/find", tr("Find a relation"),
    3030                Shortcut.registerShortcut("reltoolbox:find", tr("Relation Toolbox: {0}", tr("Find a relation")),
    3131                KeyEvent.VK_F, Shortcut.ALT_CTRL), false);
Note: See TracChangeset for help on using the changeset viewer.