Changeset 34573 in osm
- Timestamp:
- 2018-08-18T21:07:46+02:00 (6 years ago)
- Location:
- applications/editors/josm/plugins/colorscheme
- Files:
-
- 4 added
- 1 deleted
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/colorscheme/build.xml
r34497 r34573 8 8 9 9 <property name="plugin.author" value="Christof Dallermassl"/> 10 <property name="plugin.class" value=" at.dallermassl.josm.plugin.colorscheme.ColorSchemePlugin"/>10 <property name="plugin.class" value="org.openstreetmap.josm.plugins.colorscheme.ColorSchemePlugin"/> 11 11 <property name="plugin.description" value="Allows the user to create different color schemes and to switch between them. Just change the colors and create a new scheme. Used to switch to a white background with matching colors for better visibility in bright sunlight. See dialog in display preferences."/> 12 12 -
applications/editors/josm/plugins/colorscheme/src/org/openstreetmap/josm/plugins/colorscheme/ColorSchemePlugin.java
r34091 r34573 3 3 * This program is free software and licensed under GPL. 4 4 */ 5 package at.dallermassl.josm.plugin.colorscheme;5 package org.openstreetmap.josm.plugins.colorscheme; 6 6 7 7 import org.openstreetmap.josm.gui.preferences.PreferenceSetting; -
applications/editors/josm/plugins/colorscheme/src/org/openstreetmap/josm/plugins/colorscheme/ColorSchemePreference.java
r34497 r34573 3 3 * This program is free software and licensed under GPL. 4 4 */ 5 package at.dallermassl.josm.plugin.colorscheme;5 package org.openstreetmap.josm.plugins.colorscheme; 6 6 7 7 import static org.openstreetmap.josm.tools.I18n.tr;
Note:
See TracChangeset
for help on using the changeset viewer.