Changeset 28187 in osm for applications/editors/josm/plugins/wikipedia/src/org
- Timestamp:
- 2012-04-04T23:04:17+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/WikipediaToggleDialog.java
r28186 r28187 93 93 94 94 public WikipediaDownloadAction() { 95 super(tr("Reload"), ImageProvider.get(" refresh"));95 super(tr("Reload"), ImageProvider.get("dialogs", "refresh")); 96 96 putValue(SHORT_DESCRIPTION, tr("Fetches all coordinates from Wikipedia in the current view")); 97 97 }
Note:
See TracChangeset
for help on using the changeset viewer.