Changeset 27398 in osm for applications/editors/josm/plugins/alignways/src/com
- Timestamp:
- 2012-01-02T19:00:27+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysPlugin.java
r27387 r27398 47 47 if(newFrame != null) { 48 48 optBtn = newFrame.addToggleDialog(AlignWaysPlugin.getAwDialog()); 49 } else { 50 // Disable menu item in Windows menu 51 awDialog.getWindowMenuItem().setEnabled(false); 49 52 } 53 50 54 if (Main.map != null) { 51 55 Main.map.addMapMode(btn);
Note:
See TracChangeset
for help on using the changeset viewer.