Changeset 5455 in osm
- Timestamp:
- 2007-11-11T15:10:00+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/osmarender/src/OsmarenderPlugin.java
r4972 r5455 76 76 Runtime.getRuntime().exec(exec); 77 77 } catch (IOException e1) { 78 JOptionPane.showMessageDialog(Main.parent, tr("FireFox not found. Please set firefox executable in the preferences."));78 JOptionPane.showMessageDialog(Main.parent, tr("FireFox not found. Please set firefox executable in the Map Settings page of the preferences.")); 79 79 } 80 80 }
Note:
See TracChangeset
for help on using the changeset viewer.