Revision 7737

View differences:

trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/preferencespage/ViewPage.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.12  2006-10-02 11:49:23  jaume
46
* Revision 1.13  2006-10-02 13:38:23  jaume
47 47
* *** empty log message ***
48 48
*
49
* Revision 1.12  2006/10/02 11:49:23  jaume
50
* *** empty log message ***
51
*
49 52
* Revision 1.11  2006/09/28 12:04:21  jaume
50 53
* default selection color now configurable
51 54
*
......
247 250
		// just a separator
248 251
		addComponent(new JLabel(" "));
249 252

  
250
		// default selection color
253
		// default selection color chooser
251 254
		jcp = new ColorChooserPanel();
252 255
		addComponent(PluginServices.getText(this, "options.view.default_selection_color"), jcp);
253 256
		initializeValues();

Also available in: Unified diff