Revision 24986 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/gui/ViewProperties.java

View differences:

ViewProperties.java
585 585
		WindowInfo m_viewinfo=new WindowInfo();
586 586
		m_viewinfo.setTitle(PluginServices.getText(this, "propiedades_vista"));
587 587
		m_viewinfo.setHeight(410);
588
		m_viewinfo.setWidth(386);
588 589
		return m_viewinfo;
589 590
	}
590 591

  
......
743 744
		return cmbDistanceArea;
744 745

  
745 746
	}
747

  
748
	public Object getWindowProfile() {
749
		// TODO Auto-generated method stub
750
		return WindowInfo.PROPERTIES_PROFILE;
751
	}
746 752
}  //  @jve:decl-index=0:visual-constraint="10,10"

Also available in: Unified diff