Revision 6877 trunk/extensions/extWMS/src/com/iver/cit/gvsig/wmc/ExportWebMapContextExtension.java

View differences:

ExportWebMapContextExtension.java
43 43
 *
44 44
 * $Id$
45 45
 * $Log$
46
 * Revision 1.6  2006-07-21 10:31:05  jaume
46
 * Revision 1.7  2006-08-29 07:13:43  cesar
47
 * Rename class com.iver.andami.ui.mdiManager.View to com.iver.andami.ui.mdiManager.IWindow
48
 *
49
 * Revision 1.6  2006/07/21 10:31:05  jaume
47 50
 * *** empty log message ***
48 51
 *
49 52
 * Revision 1.5  2006/06/19 11:20:26  jorpiell
......
188 191
				.getExtension(ProjectExtension.class)).getProject();
189 192
		if (project == null)
190 193
			return false;
191
		com.iver.andami.ui.mdiManager.View f = PluginServices.getMDIManager()
194
		com.iver.andami.ui.mdiManager.IWindow f = PluginServices.getMDIManager()
192 195
				.getActiveView();
193 196
		if (f instanceof View) {
194 197
			View v = (View) f;

Also available in: Unified diff