Changeset 26151 in osm
- Timestamp:
- 2011-06-19T10:47:36+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/toms/src/toms/seamarks/buoys
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/toms/src/toms/seamarks/buoys/BuoySaw.java
r25542 r26151 69 69 else if (str.equals("spar")) //$NON-NLS-1$ 70 70 setStyleIndex(SAFE_SPAR); 71 else if (str.equals("spher e")) //$NON-NLS-1$71 else if (str.equals("spherical")) //$NON-NLS-1$ 72 72 setStyleIndex(SAFE_SPHERE); 73 73 } else if ((keys.containsKey("seamark:type")) //$NON-NLS-1$ … … 225 225 super.saveSign("buoy_safe_water"); //$NON-NLS-1$ 226 226 Main.main.undoRedo.add(new ChangePropertyCommand(node, 227 "seamark:buoy_safe_water:shape", "spher e")); //$NON-NLS-1$ //$NON-NLS-2$227 "seamark:buoy_safe_water:shape", "spherical")); //$NON-NLS-1$ //$NON-NLS-2$ 228 228 break; 229 229 case SAFE_BEACON: -
applications/editors/josm/plugins/toms/src/toms/seamarks/buoys/BuoySpec.java
r25542 r26151 86 86 else if (str.equals("spar")) //$NON-NLS-1$ 87 87 setStyleIndex(SPEC_SPAR); 88 else if (str.equals("spher e")) //$NON-NLS-1$88 else if (str.equals("spherical")) //$NON-NLS-1$ 89 89 setStyleIndex(SPEC_SPHERE); 90 90 else if (str.equals("barrel")) //$NON-NLS-1$ … … 374 374 super.saveSign("buoy_special_purpose"); //$NON-NLS-1$ 375 375 Main.main.undoRedo.add(new ChangePropertyCommand(node, 376 "seamark:buoy_special_purpose:shape", "spher e")); //$NON-NLS-1$ //$NON-NLS-2$376 "seamark:buoy_special_purpose:shape", "spherical")); //$NON-NLS-1$ //$NON-NLS-2$ 377 377 Main.main.undoRedo.add(new ChangePropertyCommand(node, 378 378 "seamark:buoy_special_purpose:colour", "yellow")); //$NON-NLS-1$ //$NON-NLS-2$
Note:
See TracChangeset
for help on using the changeset viewer.