Ignore:
Timestamp:
2010-08-05T13:25:09+02:00 (14 years ago)
Author:
malcolmh
Message:

disabled unimplemented Lights type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/toms/src/toms/dialogs/SmpDialogAction.java

    r22563 r22571  
    926926                        cbM01TypeOfMark.addItem("Isolated Danger");
    927927                        cbM01TypeOfMark.addItem("Special Purpose");
    928                         cbM01TypeOfMark.addItem("Light");
     928                        // cbM01TypeOfMark.addItem("Light");
    929929
    930930                        cbM01TypeOfMark.setBounds(new Rectangle(50, 25, 150, 25));
     
    10261026                                                        buoy = new BuoySpec(dia, SeaMark.SPECIAL_PURPOSE);
    10271027                                                break;
    1028 
    1029                                         case SeaMark.LIGHT:
    1030                                                 if (!(buoy instanceof BuoyNota))
    1031                                                         buoy = new BuoyNota(dia, type);
    1032                                                 break;
    1033 
     1028                                        /*
     1029                                         * case SeaMark.LIGHT: if (!(buoy instanceof BuoyNota)) buoy = new
     1030                                         * BuoyNota(dia, type); break;
     1031                                         */
    10341032                                        default:
    10351033                                                if (!(buoy instanceof BuoyUkn))
Note: See TracChangeset for help on using the changeset viewer.