Changeset 33635 in osm for applications/editors
- Timestamp:
- 2017-09-19T21:18:37+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/wikipedia
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wikipedia/build.xml
r33541 r33635 5 5 <property name="commit.message" value="Commit message"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="12 663"/>7 <property name="plugin.main.version" value="12878"/> 8 8 <property name="plugin.canloadatruntime" value="true"/> 9 9 -
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/WikipediaPlugin.java
r33621 r33635 28 28 MainMenu.add(dataMenu, new WikidataItemSearchDialog.Action()); 29 29 30 DownloadDialog. getInstance().addDownloadSource(new WikosmDownloadSource());30 DownloadDialog.addDownloadSource(new WikosmDownloadSource()); 31 31 } 32 32
Note:
See TracChangeset
for help on using the changeset viewer.