Ignore:
Timestamp:
2009-08-10T11:48:59+02:00 (16 years ago)
Author:
stoecker
Message:

reactivated pictures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/ButtonDescription.java

    r13497 r16957  
    176176        String actionName = tr(getLabel()) + " (" + hotkey + ")";
    177177
    178         Icon icon = ImageProvider.getIfAvailable("markers",iconName);
     178        Icon icon = ImageProvider.getIfAvailable(null,iconName);
     179        if (icon == null)
     180            icon = ImageProvider.getIfAvailable("markers",iconName);
    179181        if (icon == null)
    180182            icon = ImageProvider.getIfAvailable("symbols",iconName);
Note: See TracChangeset for help on using the changeset viewer.