Changeset 30062 in osm
- Timestamp:
- 2013-11-19T17:20:06+01:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/tracer2/src/org/openstreetmap/josm/plugins/tracer2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tracer2/src/org/openstreetmap/josm/plugins/tracer2/TracerAction.java
r30059 r30062 202 202 private boolean checkServerVersion() { 203 203 int nMajor = 1; 204 int nMinor = 0;204 int nMinor = 1; 205 205 206 206 if (s_bServerVersionOK == false) { -
applications/editors/josm/plugins/tracer2/src/org/openstreetmap/josm/plugins/tracer2/server/Request.java
r30059 r30062 53 53 return oBuilder.toString(); 54 54 } catch (ConnectException e) { 55 JOptionPane.showMessageDialog(Main.parent, tr("Tracer2Server isn''t running. Please start the Server.\nIf you don''t have the server, please download it from\n{ 1}.",55 JOptionPane.showMessageDialog(Main.parent, tr("Tracer2Server isn''t running. Please start the Server.\nIf you don''t have the server, please download it from\n{0}.", 56 56 "http://sourceforge.net/projects/tracer2server/") , tr("Error"), JOptionPane.ERROR_MESSAGE); 57 57 return "";
Note:
See TracChangeset
for help on using the changeset viewer.