Ignore:
Timestamp:
2014-12-08T20:42:52+01:00 (9 years ago)
Author:
bastiK
Message:

fixes #1608 - remove remaining old logos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/history/VersionTable.java

    r7678 r7771  
    150150            putValue(NAME, tr("Changeset info"));
    151151            putValue(SHORT_DESCRIPTION, tr("Launch browser with information about the changeset"));
    152             putValue(SMALL_ICON, ImageProvider.get("about"));
     152            putValue(SMALL_ICON, ImageProvider.get("data/changeset"));
    153153        }
    154154
     
    180180            putValue(NAME, tr("User info"));
    181181            putValue(SHORT_DESCRIPTION, tr("Launch browser with information about the user"));
    182             putValue(SMALL_ICON, ImageProvider.get("about"));
     182            putValue(SMALL_ICON, ImageProvider.get("data/user"));
    183183        }
    184184
Note: See TracChangeset for help on using the changeset viewer.