Ignore:
Timestamp:
2010-08-31T15:53:27+02:00 (14 years ago)
Author:
malcolmh
Message:

auto-set background

File:
1 edited

Legend:

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

    r22887 r22906  
    175175                        Main.pref.put("mappaint.style.sources", str + "http://dev.openseamap.org/josm/seamark_styles.xml");
    176176                }
     177                if (Main.pref.get("color.background").equals("#000000"))
     178                        Main.pref.put("color.background", "#606060");
    177179        }
    178180
Note: See TracChangeset for help on using the changeset viewer.