Revision 11141 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/styling/StyleSelector.java

View differences:

StyleSelector.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.5  2007-04-05 16:08:34  jaume
46
* Revision 1.6  2007-04-11 16:02:43  jaume
47
* file filter
48
*
49
* Revision 1.5  2007/04/05 16:08:34  jaume
47 50
* Styled labeling stuff
48 51
*
49 52
* Revision 1.4  2007/04/04 16:01:14  jaume
......
285 288

  
286 289
			public String getDescription() {
287 290
				return PluginServices.getText(
288
						this, "gvSIG_symbol_definition_file")+ " (*.sym)";
291
						this, "gvSIG_style_definition_file")+ " ("+StyleSelectorListModel.STYLE_FILE_EXTENSION+")";
289 292
			}
290 293
		};
291 294
		jfc.setFileFilter(ff);

Also available in: Unified diff