Revision 701 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/ProjectExtension.java

View differences:

ProjectExtension.java
20 20
import com.iver.andami.messages.NotificationManager;
21 21
import com.iver.andami.plugins.Extension;
22 22
import com.iver.cit.gvsig.fmap.DriverException;
23
import com.iver.cit.gvsig.fmap.layers.LayerFactory;
23 24
import com.iver.cit.gvsig.fmap.layers.XMLException;
24 25
import com.iver.cit.gvsig.project.ProjectFactory;
25 26
import com.iver.cit.gvsig.project.ProjectWindow;
......
53 54
        showProjectWindow();
54 55
        PluginServices.getMainFrame().setTitle("gvSIG: " + PluginServices.getText(this,
55 56
									 "sin_titulo"));
57
        
58
        LayerFactory.setDriversPath(PluginServices.getPluginServices(this).getPluginDirectory().getAbsolutePath() + File.separator + "drivers");
56 59
    }
57 60

  
58 61
	public void showProjectWindow(){

Also available in: Unified diff