Revision 1946

View differences:

branches/gvSIG_GisPlanet/applications/appgvSIG/config/config.xml
209 209
			description="Extensi?n encargada de abrir el di?logo para filtrar una tabla."
210 210
			active="true">
211 211
			<menu text="Tabla/filtro" icon="images/Filtro.png" action-command="FILTRO"/>
212
			<menu text="Tabla/join" action-command="JOIN"/>
212
			<menu text="Tabla/join" icon="images/tablejoin.png" action-command="JOIN"/>
213
			<menu text="Tabla/link" icon="images/tablelink.png" action-command="LINK"/>
213 214
			<tool-bar name="Herramientas">
214 215
				<action-tool icon="images/Filtro.png" action-command="FILTRO" tooltip="filtro"/>
215
				<action-tool icon="images/Filtro.png" action-command="JOIN" tooltip="join"/>
216
				<action-tool icon="images/tablejoin.png" action-command="JOIN" tooltip="join"/>
217
				<action-tool icon="images/tablelink.png" action-command="LINK" tooltip="link"/>
216 218
			</tool-bar>
217 219
		</extension>
218 220
		<extension class-name="com.iver.cit.gvsig.RemoveTableUnion" 
......
220 222
			active="true">
221 223
			<menu text="Tabla/quitar_uniones"/>
222 224
		</extension>
225
		<extension class-name="com.iver.cit.gvsig.RemoveTableLink" 
226
			description="Extensi?n encargada de quitar los enlaces de las tablas."
227
			active="true">
228
			<menu text="Tabla/quitar_enlaces"/>
229
		</extension>
223 230
		<extension class-name="com.iver.cit.gvsig.ViewProjectWindow" 
224 231
			description="Extensi?n encargada de abrir la ventana de gesti?n del proyecto."
225 232
			active="true">

Also available in: Unified diff