diff flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 37:b6b89ff1adee

Read i18n strings from DESCRIBE document and display those values in the UI. flys-client/trunk@1469 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 14 Mar 2011 16:35:32 +0000
parents 3cacc9d2dd01
children 4187a797fc3d
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java	Thu Mar 10 13:49:48 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java	Mon Mar 14 16:35:32 2011 +0000
@@ -257,7 +257,11 @@
         }
 
         Data data = new DefaultData(
-            "RIVER", "RIVER SELECTION", null, items, null);
+            messages.river_selection(),
+            messages.river_selection(),
+            null,
+            items,
+            null);
 
         ModuleSelection widget         = new ModuleSelection();
         HasStepForwardHandlers handler = (HasStepForwardHandlers) widget;

http://dive4elements.wald.intevation.org