Revision 11094 branches/v10/extensions/extGraph_predes/src/com/iver/cit/gvsig/project/documents/view/toc/FLyrVectEditPropertiesTocMenuEntry2.java

View differences:

FLyrVectEditPropertiesTocMenuEntry2.java
54 54
 *
55 55
 * $Id$
56 56
 * $Log$
57
 * Revision 1.1.2.1  2007-04-10 11:05:45  jaume
57
 * Revision 1.1.2.2  2007-04-10 14:38:10  jmvivo
58
 * Sustituida la entrada del toc de 'propiedades'
59
 *
60
 * Revision 1.1.2.1  2007/04/10 11:05:45  jaume
58 61
 * REMOVED UPDATE WINDOW PROPERTIES FROM build.xml
59 62
 *
60 63
 * Revision 1.1.2.1  2007/04/10 10:51:49  jaume
......
98 101
	}
99 102

  
100 103
	public String getText() {
101
		return PluginServices.getText(this, "propiedades")+"(2)";
104
		return PluginServices.getText(this, "propiedades");
102 105
	}
103 106

  
104 107
	public boolean isEnabled(ITocItem item, FLayer[] selectedItems) {

Also available in: Unified diff