return changed;
}
@Override
public Collection<ExtendedSourceEntry> getDefault() {
ExtendedSourceEntry defJosmMapcss = new ExtendedSourceEntry("elemstyles.mapcss", "resource://styles/standard/elemstyles.mapcss");
defJosmMapcss.active = true;
defJosmMapcss.name = "standard";
defJosmMapcss.title = tr("JOSM default (MapCSS)");
defJosmMapcss.description = tr("Internal style to be used as base for runtime switchable overlay styles");
ExtendedSourceEntry defPL2 = new ExtendedSourceEntry("potlatch2.mapcss", "resource://styles/standard/potlatch2.mapcss");
defPL2.active = false;
defPL2.name = "standard";
defPL2.title = tr("Potlatch 2");
defPL2.description = tr("the main Potlatch 2 style");