Ignore:
Timestamp:
2015-06-02T14:58:03+02:00 (9 years ago)
Author:
Don-vip
Message:

Fix #11266 - SVG versions of JOSM and OAuth logos + some other buttons (patch by floscher)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/oauth/ManualAuthorizationUI.java

    r8308 r8442  
    247247        public TestAccessTokenAction() {
    248248            putValue(NAME, tr("Test Access Token"));
    249             putValue(SMALL_ICON, ImageProvider.get("oauth", "oauth"));
     249            putValue(SMALL_ICON, ImageProvider.get("oauth", "oauth-small"));
    250250            putValue(SHORT_DESCRIPTION, tr("Click to test the Access Token"));
    251251            updateEnabledState();
Note: See TracChangeset for help on using the changeset viewer.