Ignore:
Timestamp:
2009-11-29T14:01:41+01:00 (14 years ago)
Author:
Gubaer
Message:

fixed #3064: Importing images into the "Downloaded GPX Data" layer gives a silly error message
Fixed help topic names in AddNodeAction

File:
1 edited

Legend:

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

    r2546 r2548  
    135135            pnl.add(btn = new SideButton(actCancel = new CancelAction()));
    136136            makeButtonRespondToEnter(btn);
    137             pnl.add(new SideButton(new ContextSensitiveHelpAction(ht("/Actions/AddNode"))));
     137            pnl.add(new SideButton(new ContextSensitiveHelpAction(ht("/Action/AddNode"))));
    138138            return pnl;
    139139        }
     
    158158            // make dialog respond to F1
    159159            //
    160             HelpUtil.setHelpContext(getRootPane(), ht("/Actions/AddNode"));
     160            HelpUtil.setHelpContext(getRootPane(), ht("/Action/AddNode"));
    161161        }
    162162
Note: See TracChangeset for help on using the changeset viewer.