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

View differences:

ProjectExtension.java
202 202
		if (lastSavePath == null)
203 203
			lastSavePath = projectPath;
204 204

  
205
		if (lastSavePath == null) {
206
			Preferences prefs = Preferences.userRoot().node( "gvsig.foldering" );
207
			lastSavePath = prefs.get("ProjectsFolder", null);
208
		}
209

  
205 210
		JFileChooser jfc = new JFileChooser(lastSavePath);
206 211
		jfc.addChoosableFileFilter(new GenericFileFilter("gvp",
207 212
				PluginServices.getText(this, "tipo_fichero_proyecto")));

Also available in: Unified diff