[Schmitzm-commits] r1147 - trunk/src/schmitzm/geotools/gui

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Oct 18 10:01:03 CEST 2010


Author: alfonx
Date: 2010-10-18 10:01:02 +0200 (Mon, 18 Oct 2010)
New Revision: 1147

Modified:
   trunk/src/schmitzm/geotools/gui/XMapPane.java
Log:


Modified: trunk/src/schmitzm/geotools/gui/XMapPane.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/XMapPane.java	2010-10-18 07:46:06 UTC (rev 1146)
+++ trunk/src/schmitzm/geotools/gui/XMapPane.java	2010-10-18 08:01:02 UTC (rev 1147)
@@ -597,12 +597,14 @@
 	 * Change the render language of this XMapPane when the translation is
 	 * changed.
 	 */
-	private PropertyChangeListener activeLanguageChangeListener = new PropertyChangeListener() {
+	private final PropertyChangeListener activeLanguageChangeListener = new PropertyChangeListener() {
 
 		@Override
 		public void propertyChange(PropertyChangeEvent evt) {
 			setRenderLanguage((String) evt.getNewValue());
 			refresh();
+			System.out.println("activeLanguageChangeListener called with lang "+(String) evt.getNewValue());
+			
 		}
 	};
 



More information about the Schmitzm-commits mailing list