Changeset 29511 in osm for applications


Ignore:
Timestamp:
2013-04-18T17:45:10+02:00 (11 years ago)
Author:
akks
Message:

Commit message

Location:
applications/editors/josm/plugins/wikipedia
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wikipedia/build.xml

    r29351 r29511  
    1717    <property name="commit.message" value="Commit message"/>
    1818    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    19     <property name="plugin.main.version" value="5089"/>
     19    <property name="plugin.main.version" value="5880"/>
    2020
    2121    <property name="plugin.author" value="simon04"/>
  • applications/editors/josm/plugins/wikipedia/src/org/wikipedia/WikipediaAddNamesAction.java

    r29068 r29511  
    1010import java.util.List;
    1111import java.util.Locale;
     12import java.util.TreeMap;
    1213import org.openstreetmap.josm.Main;
    1314import org.openstreetmap.josm.actions.JosmAction;
     
    3233            }
    3334        }
    34         new AddTagsDialog(tags.toArray(new String[tags.size()][]));
     35        System.out.println(tags);
     36        AddTagsDialog.addTags(tags.toArray(new String[tags.size()][]), "Wikipedia");
    3537    }
    3638
Note: See TracChangeset for help on using the changeset viewer.