Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 3539:091397efaca5
Issue 791: Do not allow the same values in reference and target location.
flys-client/trunk@5352 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 04 Sep 2012 09:19:33 +0000 |
parents | 9f8f941351b1 |
children | 98fac4872ae6 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Tue Sep 04 07:14:29 2012 +0000 +++ b/flys-client/ChangeLog Tue Sep 04 09:19:33 2012 +0000 @@ -1,3 +1,16 @@ +2012-09-04 Raimund Renkert <raimund.renkert@intevation.de> + + Issue 791. + + * src/main/java/de/intevation/flys/client/client/ui/MultipleLocationPanel.java: + Do not allow the same values in reference and target location. + + * src/main/java/de/intevation/flys/client/client/FLYSConstants.java, + src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: + Added i18n strings. + 2012-09-04 Felix Wolfsteller <felix.wolfsteller@intevation.de> Partial fix for issue820.