[Dive4elements-commits] [PATCH] Set the title for the html feature info viewer

Wald Commits scm-commit at wald.intevation.org
Wed Apr 24 19:03:34 CEST 2013


# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# Date 1366823000 -7200
# Node ID 79717f1cf6eb79d2717df83bc759aaa203d2774f
# Parent  ebd09bbf01a420b2480bb6dff6e3bfabfc7bfdbf
Set the title for the html feature info viewer

diff -r ebd09bbf01a4 -r 79717f1cf6eb flys-client/src/main/java/de/intevation/flys/client/client/ui/map/GetFeatureInfoWindow.java
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/map/GetFeatureInfoWindow.java	Wed Apr 24 17:35:53 2013 +0200
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/map/GetFeatureInfoWindow.java	Wed Apr 24 19:03:20 2013 +0200
@@ -63,6 +63,8 @@
         setWidth(500);
         setHeight(300);
 
+        setTitle(MSG.getFeatureInfoWindowTitle() + " " + title);
+
         setIsModal(false);
 //        setShowModalMask(true);
 


More information about the Dive4elements-commits mailing list