Ignore:
Timestamp:
06.07.2010 09:29:05 (20 months ago)
Author:
stoecker
Message:

fix #5204 - wrong window title

File:
1 edited

Legend:

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

    r3266 r3363  
    3333            return; 
    3434 
    35         LatLonDialog dialog = new LatLonDialog(Main.parent); 
     35        LatLonDialog dialog = new LatLonDialog(Main.parent, tr("Add Node..."), ht("/Action/AddNode")); 
    3636        dialog.setVisible(true); 
    3737        if (dialog.isCanceled()) 
Note: See TracChangeset for help on using the changeset viewer.