Changeset 27155 in osm for applications/editors/josm/plugins/smed/plugs/oseam
- Timestamp:
- 2011-11-25T18:45:46+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/seamarks/SeaMark.java
r27151 r27155 1104 1104 str = validDecimal(str); 1105 1105 if (!(str.isEmpty()) && (new Float(str) > max)) { 1106 dlg.manager.showVisualMessage(Messages.getString("TooBig")); 1106 dlg.manager.showVisualMessage(Messages.getString("TooBig") + " (" + max + ")"); 1107 1107 return ""; 1108 1108 } else {
Note:
See TracChangeset
for help on using the changeset viewer.