Ignore:
Timestamp:
2014-02-12T09:49:07+01:00 (10 years ago)
Author:
akks
Message:

fix broken icon path in preset dialog, see #9709

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java

    r6838 r6842  
    509509        private final int toolbarIndex;
    510510        public ToolbarButtonAction() {
    511             super("", ImageProvider.get("styles\\standard\\waypoint","pin"));
     511            super("", ImageProvider.get("styles/standard/waypoint","pin"));
    512512            putValue(SHORT_DESCRIPTION, tr("Add or remove toolbar button"));
    513513            LinkedList<String> t = new LinkedList<String>(ToolbarPreferences.getToolString());
Note: See TracChangeset for help on using the changeset viewer.