Ignore:
Timestamp:
2011-12-14T02:56:38+01:00 (13 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/panels/PanelFog.java

    r27219 r27230  
    6969                dlg = dia;
    7070                setLayout(null);
    71                 add(getFogButton(noFogButton, 0, 2, 27, 27, "NoFog", Fog.NONE));
    72                 add(getFogButton(yesFogButton, 0, 32, 27, 27, "FogSignal", Fog.UNKNOWN));
     71                add(getFogButton(noFogButton, 0, 2, 27, 27, "NoFog", Fog.NOFOG));
     72                add(getFogButton(yesFogButton, 0, 32, 27, 27, "FogSignal", Fog.FOGSIG));
    7373                add(getFogButton(hornButton, 0, 62, 27, 27, "Horn", Fog.HORN));
    7474                add(getFogButton(sirenButton, 0, 92, 27, 27, "Siren", Fog.SIREN));
Note: See TracChangeset for help on using the changeset viewer.