Ignore:
Timestamp:
2014-10-27T15:46:39+01:00 (9 years ago)
Author:
stoecker
Message:

support data: style URL's for icon in plugin list, see #10581, drop old style loading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/Preferences.java

    r7536 r7655  
    13851385     */
    13861386    public Collection<String> getPluginSites() {
    1387         return getCollection("pluginmanager.sites", Collections.singleton(Main.getJOSMWebsite()+"/plugin%<?plugins=>"));
     1387        return getCollection("pluginmanager.sites", Collections.singleton(Main.getJOSMWebsite()+"/pluginicons%<?plugins=>"));
    13881388    }
    13891389
Note: See TracChangeset for help on using the changeset viewer.