comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 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 5025acdb3815
children a87fe0d2c928
comparison
equal deleted inserted replaced
4689:79f11188da21 4690:7c59baa150bd
467 } 467 }
468 468
469 Collection tmp = this.collection; 469 Collection tmp = this.collection;
470 this.collection = collection; 470 this.collection = collection;
471 471
472 setTitle(collection.getName()); 472 setTitle(collection.getDisplayName());
473 473
474 if (!suppress) { 474 if (!suppress) {
475 fireCollectionChangeEvent(tmp, this.collection); 475 fireCollectionChangeEvent(tmp, this.collection);
476 } 476 }
477 } 477 }

http://dive4elements.wald.intevation.org