Changeset 5455 in osm


Ignore:
Timestamp:
2007-11-11T15:10:00+01:00 (17 years ago)
Author:
ulf
Message:

be a bit more precise what to do, if firefox couldn't be found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/osmarender/src/OsmarenderPlugin.java

    r4972 r5455  
    7676                Runtime.getRuntime().exec(exec);
    7777            } 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."));
    7979            }
    8080        }
Note: See TracChangeset for help on using the changeset viewer.