Revision 40489

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/rendering/symbols/impl/DefaultSymbolPreferences.java
93 93
		symbolLibraryPath =
94 94
				System.getProperty("user.home") + File.separator + "gvSIG"
95 95
				+ File.separator + "plugins" + File.separator +
96
				"org.gvsig.app" + File.separator + "Symbols";
96
				"org.gvsig.app.mainplugin" + File.separator + "Symbols";
97 97
	}
98 98

  
99 99
	public Color getDefaultSymbolColor() {

Also available in: Unified diff