Changeset 3017 in josm


Ignore:
Timestamp:
18.02.2010 20:55:58 (2 years ago)
Author:
bastiK
Message:

fix icon

Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/PluginPreference.java

    r2990 r3017  
    396396            putValue(NAME,tr("Configure sites...")); 
    397397            putValue(SHORT_DESCRIPTION, tr("Configure the list of sites where plugins are downloaded from")); 
    398             putValue(SMALL_ICON, ImageProvider.get("dialogs", "propertiesdialog")); 
     398            putValue(SMALL_ICON, ImageProvider.get("dialogs", "settings")); 
    399399        } 
    400400 
Note: See TracChangeset for help on using the changeset viewer.