Revision 12225 trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/filter/ui/FilterDialog.java

View differences:

FilterDialog.java
78 78
	 */
79 79
	public WindowInfo getWindowInfo() {
80 80
		WindowInfo m_viewinfo = new WindowInfo(WindowInfo.MODELESSDIALOG | WindowInfo.RESIZABLE | WindowInfo.MAXIMIZABLE);
81
		if(getFilterPanel().getLayer() != null)
82
			m_viewinfo.setAdditionalInfo(getFilterPanel().getLayer().getName());
81 83
		m_viewinfo.setTitle(PluginServices.getText(this, "Filtros"));
82 84
		 m_viewinfo.setHeight(this.getHeight());
83 85
		 m_viewinfo.setWidth(this.getWidth());

Also available in: Unified diff