diff flys-client/src/main/java/de/intevation/flys/client/client/ui/FLYSFooter.java @ 211:b92281182c6b

Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys. flys-client/trunk@1645 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 05 Apr 2011 08:13:48 +0000
parents f7967d12ce6e
children
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/FLYSFooter.java	Tue Apr 05 06:25:17 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/FLYSFooter.java	Tue Apr 05 08:13:48 2011 +0000
@@ -7,7 +7,7 @@
 import com.smartgwt.client.widgets.layout.HLayout;
 
 import de.intevation.flys.client.client.FLYS;
-import de.intevation.flys.client.client.FLYSMessages;
+import de.intevation.flys.client.client.FLYSConstants;
 
 
 /**
@@ -16,7 +16,7 @@
 public class FLYSFooter extends HLayout {
 
     /** The interface that provides i18n messages. */
-    private FLYSMessages messages = GWT.create(FLYSMessages.class);
+    private FLYSConstants messages = GWT.create(FLYSConstants.class);
 
     /** An instance to FLYS.*/
     protected FLYS flys;

http://dive4elements.wald.intevation.org