Ignore:
Timestamp:
2010-08-19T13:01:17+02:00 (14 years ago)
Author:
malcolmh
Message:

bug fixes

File:
1 edited

Legend:

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

    r22683 r22692  
    8282
    8383                                        c = getLightChar();
    84 
     84                                        if (getLightGroup() != "")
     85                                                c = c + "(" + getLightGroup() + ")";
    8586                                        dlg.cbM01Kennung.setSelectedItem(c);
    86                                         if (dlg.cbM01Kennung.getSelectedItem().equals("Not set"))
    87                                                 c = "";
    8887                                }
    8988                        }
     
    172171                        str = keys.get("seamark:topmark:shape");
    173172
    174                         if (str.compareTo("2 spheres") == 0) {
     173                        if (str.equals("2 spheres")) {
    175174                                setTopMark(true);
    176175
     
    202201                        }
    203202
    204                         if (str.compareTo("white") == 0) {
     203                        if (str.equals("white")) {
    205204                                setFired(true);
    206205                                setLightColour("W");
Note: See TracChangeset for help on using the changeset viewer.