Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 894:5341be7dec7a
Removed the table listener for "Q" input. The table is no longer used
for input assistance.
(Issue203)
flys-client/trunk@2739 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 14 Sep 2011 11:07:19 +0000 |
parents | 89c01218172b |
children | 9acbd3f98262 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Wed Sep 14 10:11:50 2011 +0000 +++ b/flys-client/ChangeLog Wed Sep 14 11:07:19 2011 +0000 @@ -1,3 +1,12 @@ +2011-09-14 Raimund Renkert <raimund.renkert@intevation.de> + + Issue203 + + * src/main/java/de/intevation/flys/client/client/ui/wq/QDTable.java, + src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: + Removed the table listener for "Q" input. The table is no longer used + for input assistance. + 2011-09-14 Raimund Renkert <raimund.renkert@intevation.de> Issue305