Changeset 26151 in osm


Ignore:
Timestamp:
2011-06-19T10:47:36+02:00 (13 years ago)
Author:
malcolmh
Message:

'Bug fix release'

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  
    6969                        else if (str.equals("spar")) //$NON-NLS-1$
    7070                                setStyleIndex(SAFE_SPAR);
    71                         else if (str.equals("sphere")) //$NON-NLS-1$
     71                        else if (str.equals("spherical")) //$NON-NLS-1$
    7272                                setStyleIndex(SAFE_SPHERE);
    7373                } else if ((keys.containsKey("seamark:type")) //$NON-NLS-1$
     
    225225                        super.saveSign("buoy_safe_water"); //$NON-NLS-1$
    226226                        Main.main.undoRedo.add(new ChangePropertyCommand(node,
    227                                         "seamark:buoy_safe_water:shape", "sphere")); //$NON-NLS-1$ //$NON-NLS-2$
     227                                        "seamark:buoy_safe_water:shape", "spherical")); //$NON-NLS-1$ //$NON-NLS-2$
    228228                        break;
    229229                case SAFE_BEACON:
  • applications/editors/josm/plugins/toms/src/toms/seamarks/buoys/BuoySpec.java

    r25542 r26151  
    8686                        else if (str.equals("spar")) //$NON-NLS-1$
    8787                                setStyleIndex(SPEC_SPAR);
    88                         else if (str.equals("sphere")) //$NON-NLS-1$
     88                        else if (str.equals("spherical")) //$NON-NLS-1$
    8989                                setStyleIndex(SPEC_SPHERE);
    9090                        else if (str.equals("barrel")) //$NON-NLS-1$
     
    374374                        super.saveSign("buoy_special_purpose"); //$NON-NLS-1$
    375375                        Main.main.undoRedo.add(new ChangePropertyCommand(node,
    376                                         "seamark:buoy_special_purpose:shape", "sphere")); //$NON-NLS-1$ //$NON-NLS-2$
     376                                        "seamark:buoy_special_purpose:shape", "spherical")); //$NON-NLS-1$ //$NON-NLS-2$
    377377                        Main.main.undoRedo.add(new ChangePropertyCommand(node,
    378378                                        "seamark:buoy_special_purpose:colour", "yellow")); //$NON-NLS-1$ //$NON-NLS-2$
Note: See TracChangeset for help on using the changeset viewer.