Changeset 3363 in josm for trunk/src/org/openstreetmap/josm/actions/AddNodeAction.java
- Timestamp:
- 2010-07-06T09:29:05+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/AddNodeAction.java
r3266 r3363 33 33 return; 34 34 35 LatLonDialog dialog = new LatLonDialog(Main.parent); 35 LatLonDialog dialog = new LatLonDialog(Main.parent, tr("Add Node..."), ht("/Action/AddNode")); 36 36 dialog.setVisible(true); 37 37 if (dialog.isCanceled())
Note:
See TracChangeset
for help on using the changeset viewer.
