- Timestamp:
- 2007-07-11T01:07:31+02:00 (17 years ago)
- Location:
- src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/Main.java
r267 r284 65 65 public static Component parent; 66 66 /** 67 * Global application window. Use this as JOPtionPane-parent to center on application.67 * Global application. 68 68 */ 69 69 public static Main main; -
src/org/openstreetmap/josm/actions/SplitWayAction.java
r280 r284 31 31 import org.openstreetmap.josm.data.osm.visitor.NameVisitor; 32 32 import org.openstreetmap.josm.data.osm.visitor.Visitor; 33 import org.openstreetmap.josm.tools.I18n;34 33 35 34 /**
Note:
See TracChangeset
for help on using the changeset viewer.