Changeset 33305 in osm for applications/editors
- Timestamp:
- 2017-05-12T00:04:46+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/namemanager/src/org/openstreetmap/josm/plugins/namemanager/utils/NameManagerUtils.java
r32549 r33305 37 37 */ 38 38 public static Window getTopWindow() { 39 Component component = Main.pa nel;39 Component component = Main.parent; 40 40 if (component != null) { 41 41 while (component.getParent() != null) {
Note:
See TracChangeset
for help on using the changeset viewer.