Changeset 7705 in osm for applications/editors/josm
- Timestamp:
- 2008-05-06T18:46:41+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/osmarender/src/OsmarenderPlugin.java
r6064 r7705 77 77 Runtime.getRuntime().exec(exec); 78 78 } catch (IOException e1) { 79 JOptionPane.showMessageDialog(Main.parent, tr("Fire Fox not found. Please set firefox executable in the Map Settings page of the preferences."));79 JOptionPane.showMessageDialog(Main.parent, tr("Firefox not found. Please set firefox executable in the Map Settings page of the preferences.")); 80 80 } 81 81 } … … 127 127 public void addGui(PreferenceDialog gui) { 128 128 gui.map.add(new JLabel(tr("osmarender options")), GBC.eol().insets(0,5,0,0)); 129 gui.map.add(new JLabel(tr("Fire Fox executable")), GBC.std().insets(10,5,5,0));129 gui.map.add(new JLabel(tr("Firefox executable")), GBC.std().insets(10,5,5,0)); 130 130 gui.map.add(firefox, GBC.eol().insets(0,5,0,0).fill(GBC.HORIZONTAL)); 131 131 firefox.setText(Main.pref.get("osmarender.firefox"));
Note:
See TracChangeset
for help on using the changeset viewer.