changeset 4690:7c59baa150bd

Use display name of the Collection in CollectionView
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 17 Dec 2012 16:11:48 +0100
parents 79f11188da21
children 62091b0ef789
files flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java	Mon Dec 17 16:10:47 2012 +0100
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java	Mon Dec 17 16:11:48 2012 +0100
@@ -469,7 +469,7 @@
         Collection tmp  = this.collection;
         this.collection = collection;
 
-        setTitle(collection.getName());
+        setTitle(collection.getDisplayName());
 
         if (!suppress) {
             fireCollectionChangeEvent(tmp, this.collection);

http://dive4elements.wald.intevation.org