Changeset 28476 in osm for applications/editors/josm/plugins/wikipedia/src/org
- Timestamp:
- 2012-07-12T14:11:57+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/WikipediaToggleDialog.java
r28475 r28476 339 339 340 340 public OpenWikipediaArticleAction() { 341 super(tr("Open Article") );341 super(tr("Open Article"), ImageProvider.getIfAvailable("browser")); 342 342 putValue(SHORT_DESCRIPTION, tr("Opens the Wikipedia article of the selected item in a browser")); 343 343 }
Note:
See TracChangeset
for help on using the changeset viewer.