Changeset 34243 in osm for applications/editors
- Timestamp:
- 2018-06-03T18:46:08+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/actions/PTWizardAction.java ΒΆ
r34241 r34243 179 179 return new CachedFile("https://josm.openstreetmap.de/wiki/Plugin/PT_Assistant/Wizard?format=txt").setHttpAccept("text"); 180 180 } catch (Exception e) { 181 new Notification(tr("Unable to connect to https://josm.openstreetmap.de/wiki/Plugin/PT_Assistant/Wizard")).setIcon(JOptionPane.WARNING_MESSAGE).show(); 181 new Notification(tr("Unable to connect to {0}", 182 "https://josm.openstreetmap.de/wiki/Plugin/PT_Assistant/Wizard")).setIcon(JOptionPane.WARNING_MESSAGE).show(); 182 183 } 183 184 return null;
Note:
See TracChangeset
for help on using the changeset viewer.