Ignore:
Timestamp:
2011-03-08T13:34:45+01:00 (14 years ago)
Author:
malcolmh
Message:

'Bug fix release'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/toms/src/toms/seamarks/buoys/BuoySpec.java

    r23355 r25542  
    6161                if (keys.containsKey("seamark:name")) //$NON-NLS-1$
    6262                        setName(keys.get("seamark:name")); //$NON-NLS-1$
     63
     64                if (keys.containsKey("seamark:longname")) //$NON-NLS-1$
     65                        setLongname(keys.get("seamark:longname")); //$NON-NLS-1$
     66
     67                if (keys.containsKey("seamark:fixme")) //$NON-NLS-1$
     68                        setFixme(keys.get("seamark:fixme")); //$NON-NLS-1$
    6369
    6470                if (keys.containsKey("seamark:buoy_special_purpose:name")) //$NON-NLS-1$
Note: See TracChangeset for help on using the changeset viewer.