Changeset 22692 in osm for applications/editors/josm/plugins/toms/src/toms/seamarks/buoys/BuoyIsol.java
- Timestamp:
- 2010-08-19T13:01:17+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/toms/src/toms/seamarks/buoys/BuoyIsol.java
r22683 r22692 82 82 83 83 c = getLightChar(); 84 84 if (getLightGroup() != "") 85 c = c + "(" + getLightGroup() + ")"; 85 86 dlg.cbM01Kennung.setSelectedItem(c); 86 if (dlg.cbM01Kennung.getSelectedItem().equals("Not set"))87 c = "";88 87 } 89 88 } … … 172 171 str = keys.get("seamark:topmark:shape"); 173 172 174 if (str. compareTo("2 spheres") == 0) {173 if (str.equals("2 spheres")) { 175 174 setTopMark(true); 176 175 … … 202 201 } 203 202 204 if (str. compareTo("white") == 0) {203 if (str.equals("white")) { 205 204 setFired(true); 206 205 setLightColour("W");
Note:
See TracChangeset
for help on using the changeset viewer.