Changeset 33096 in osm for applications/editors/josm/plugins/print
- Timestamp:
- 2016-12-08T00:59:33+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintPlugin.java
r33093 r33096 45 45 do { 46 46 pos--; 47 } while (fileMenu != null && fileMenu.getItem(pos) != null && pos > 2);47 } while (fileMenu != null && pos > 2 && fileMenu.getItem(pos) != null); 48 48 49 49 PrintAction printAction = new PrintAction();
Note:
See TracChangeset
for help on using the changeset viewer.