Changeset 8274 in josm for trunk/src


Ignore:
Timestamp:
2015-04-26T00:19:48+02:00 (9 years ago)
Author:
simon04
Message:

see #10512 - taginfoextract: add initial presets extration, switch all links to HTTPS

File:
1 edited

Legend:

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

    r8061 r8274  
    7676    public TaggingPresetMenu group = null;
    7777    public String name;
     78    public String iconName;
    7879    public String name_context;
    7980    public String locale_name;
     
    147148     */
    148149    public void setIcon(final String iconName) {
     150        this.iconName = iconName;
    149151        File arch = TaggingPresetReader.getZipIcons();
    150152        final Collection<String> s = Main.pref.getCollection("taggingpreset.icon.sources", null);
Note: See TracChangeset for help on using the changeset viewer.