Changeset 25148 in osm for applications/editors
- Timestamp:
- 2011-01-25T14:34:57+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/toms/src/toms/dialogs/SmpDialogAction.java
r23410 r25148 227 227 + "http://dev.openseamap.org/josm/seamark_styles.xml"); //$NON-NLS-1$ 228 228 } 229 str = Main.pref.get("color.background"); //$NON-NLS-1$230 if (str.equals("#000000") || str.isEmpty()) //$NON-NLS-1$ //$NON-NLS-2$231 Main.pref.put("color.background", "#606060"); //$NON-NLS-1$ //$NON-NLS-2$232 229 } 233 230
Note:
See TracChangeset
for help on using the changeset viewer.