# HG changeset patch # User Raimund Renkert # Date 1319184692 0 # Node ID ce0bbac13bc89c89dbcf8f91c861f46db0fa78c7 # Parent 5ebcf5b3fc10bf0c8957a8219a08010dd717b347 Renamed 'textbackground' to 'backgroundcolor'. flys-client/trunk@3051 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 5ebcf5b3fc10 -r ce0bbac13bc8 flys-client/ChangeLog --- a/flys-client/ChangeLog Thu Oct 20 13:25:14 2011 +0000 +++ b/flys-client/ChangeLog Fri Oct 21 08:11:32 2011 +0000 @@ -1,3 +1,8 @@ +2011-10-21 Raimund Renkert + + * src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java: + Renamed 'textbackground' to 'backgroundcolor'. + 2011-10-20 Raimund Renkert * src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java: diff -r 5ebcf5b3fc10 -r ce0bbac13bc8 flys-client/src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java --- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java Thu Oct 20 13:25:14 2011 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java Fri Oct 21 08:11:32 2011 +0000 @@ -176,7 +176,7 @@ "textsize", "textcolor", "textorientation", - "textbackground", + "backgroundcolor", "showbackground"}; for (int i = 0; i < s.getNumSettings(); i ++) {