Changeset 22571 in osm for applications/editors/josm/plugins/toms/src/toms
- Timestamp:
- 2010-08-05T13:25:09+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/toms/src/toms/dialogs/SmpDialogAction.java
r22563 r22571 926 926 cbM01TypeOfMark.addItem("Isolated Danger"); 927 927 cbM01TypeOfMark.addItem("Special Purpose"); 928 cbM01TypeOfMark.addItem("Light");928 // cbM01TypeOfMark.addItem("Light"); 929 929 930 930 cbM01TypeOfMark.setBounds(new Rectangle(50, 25, 150, 25)); … … 1026 1026 buoy = new BuoySpec(dia, SeaMark.SPECIAL_PURPOSE); 1027 1027 break; 1028 1029 case SeaMark.LIGHT: 1030 if (!(buoy instanceof BuoyNota)) 1031 buoy = new BuoyNota(dia, type); 1032 break; 1033 1028 /* 1029 * case SeaMark.LIGHT: if (!(buoy instanceof BuoyNota)) buoy = new 1030 * BuoyNota(dia, type); break; 1031 */ 1034 1032 default: 1035 1033 if (!(buoy instanceof BuoyUkn))
Note:
See TracChangeset
for help on using the changeset viewer.