Changeset 8693 in josm


Ignore:
Timestamp:
2015-08-25T23:43:56+02:00 (9 years ago)
Author:
simon04
Message:

fix #11741 - Properties dialog: add taginfo icon

Icon is based on https://github.com/joto/taginfo/blob/master/web/public/favicon.ico and has been transformed using GIMP and Colors → Color to Alpha filter.

Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java

    r8679 r8693  
    11511151    }
    11521152
    1153     class TaginfoAction extends AbstractAction {
     1153    class TaginfoAction extends JosmAction {
    11541154
    11551155        final StringProperty TAGINFO_URL_PROP = new StringProperty("taginfo.url", "https://taginfo.openstreetmap.org/");
    11561156
    11571157        public TaginfoAction() {
    1158             putValue(NAME, tr("Go to Taginfo"));
    1159             putValue(SHORT_DESCRIPTION, tr("Launch browser with Taginfo statistics for selected object"));
     1158            super(tr("Go to Taginfo"), "dialogs/taginfo", tr("Launch browser with Taginfo statistics for selected object"), null, false);
    11601159        }
    11611160
Note: See TracChangeset for help on using the changeset viewer.