Changeset 34149 in osm for applications/editors/josm/plugins/wikipedia/src
- Timestamp:
- 2018-04-08T02:56:14+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/gui/WikidataItemSearchDialog.java
r34095 r34149 31 31 import org.openstreetmap.josm.gui.util.GuiHelper; 32 32 import org.openstreetmap.josm.tools.GBC; 33 import org.openstreetmap.josm.tools.Utils; 33 34 import org.wikipedia.WikipediaApp; 34 35 import org.wikipedia.data.WikidataEntry; … … 105 106 return; 106 107 } 107 final String key = Tag.removeWhiteSpaces(targetKey.getEditor().getItem().toString());108 final String key = Utils.removeWhiteSpaces(targetKey.getEditor().getItem().toString()); 108 109 final String value = selected.createWikipediaTag().getValue(); 109 110 WikipediaToggleDialog.AddWikipediaTagAction.addTag(new Tag(key, value));
Note:
See TracChangeset
for help on using the changeset viewer.