Revision 8889

View differences:

trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/ProjectFactory.java
78 78
		ExtensionPoint extPoint=((ExtensionPoint)extensionPoints.get("Documents"));
79 79
		ProjectDocumentFactory pdf=null;
80 80
		try {
81
			pdf = (ProjectDocumentFactory)extPoint.create(ProjectViewFactory.registerName);
81
			pdf = (ProjectDocumentFactory)extPoint.create(ProjectTableFactory.registerName);
82 82
		} catch (InstantiationException e) {
83 83
			e.printStackTrace();
84 84
		} catch (IllegalAccessException e) {

Also available in: Unified diff