Revision 7444

View differences:

trunk/applications/appgvSIG/src/com/iver/cit/gvsig/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")));
branches/v10/applications/appgvSIG/src/com/iver/cit/gvsig/ProjectExtension.java
205 205
		if (lastSavePath == null)
206 206
			lastSavePath = projectPath;
207 207

  
208
		if (lastSavePath == null) {
209
			Preferences prefs = Preferences.userRoot().node( "gvsig.foldering" );
210
			lastSavePath = prefs.get("ProjectsFolder", null);
211
		}
212

  
208 213
		JFileChooser jfc = new JFileChooser(lastSavePath);
209 214
		jfc.addChoosableFileFilter(new GenericFileFilter("gvp",
210 215
				PluginServices.getText(this, "tipo_fichero_proyecto")));

Also available in: Unified diff