Revision 88 org.gvsig.vectorediting/trunk/org.gvsig.vectorediting/org.gvsig.vectorediting.app/org.gvsig.vectorediting.app.mainplugin/src/main/resources-plugin/config.xml

View differences:

config.xml
1 1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!-- gvSIG. Desktop Geographic Information System. Copyright (C) 2007-2013 
3
	gvSIG Association. This program is free software; you can redistribute it 
4
	and/or modify it under the terms of the GNU General Public License as published 
5
	by the Free Software Foundation; either version 3 of the License, or (at 
6
	your option) any later version. This program is distributed in the hope that 
7
	it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty 
8
	of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 
9
	Public License for more details. You should have received a copy of the GNU 
10
	General Public License along with this program; if not, write to the Free 
11
	Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
12
	USA. For any additional information, do not hesitate to contact us at info 
2
<!-- gvSIG. Desktop Geographic Information System. Copyright (C) 2007-2013
3
	gvSIG Association. This program is free software; you can redistribute it
4
	and/or modify it under the terms of the GNU General Public License as published
5
	by the Free Software Foundation; either version 3 of the License, or (at
6
	your option) any later version. This program is distributed in the hope that
7
	it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
8
	of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
9
	Public License for more details. You should have received a copy of the GNU
10
	General Public License along with this program; if not, write to the Free
11
	Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
12
	USA. For any additional information, do not hesitate to contact us at info
13 13
	AT gvsig.com, or visit our website www.gvsig.com. -->
14 14
<plugin-config>
15 15
	<depends plugin-name="org.gvsig.app.mainplugin" />
......
69 69

  
70 70
			<action name="insert-circle-cr" label="_Insert_circle_CR"
71 71
				tooltip="insert_circle_CR" position="601002100" action-command="insert-circle-cr"
72
				icon="layer-insert-circle" accelerator="" />
72
				icon="layer-insert-circlecr" accelerator="" />
73 73

  
74
			<action name="insert-circumference-cr" label="_Insert_circumference_CR"
75
				tooltip="insert_circumference_CR" position="601002101" action-command="insert-circumference-cr"
76
				icon="layer-insert-circumferencecr" accelerator="" />
77

  
74 78
			<menu text="Layer/Insert/insert_circle" name="insert-circle-cr" />
75 79

  
80
			<menu text="Layer/Insert/insert_circumference" name="insert-circumference-cr" />
81

  
76 82
			<tool-bar name="vector_editing" position="601002100">
83
				<selectable-tool name="insert-circumference-cr" />
77 84
				<selectable-tool name="insert-circle-cr" />
78 85
			</tool-bar>
79 86

  
87

  
88

  
80 89
		</extension>
81 90
		<extension
82 91
			class-name="org.gvsig.vectorediting.app.mainplugin.extensions.PolylineExtension"
83 92
			description="" active="true" priority="1">
84 93

  
85 94
			<action name="insert-polyline" label="_Insert_polyline"
86
				tooltip="insert_polyline" position="601002100" action-command="insert-polyline"
95
				tooltip="insert_polyline" position="601002200" action-command="insert-polyline"
87 96
				icon="layer-insert-polyline" accelerator="" />
88 97

  
89 98
			<menu text="Layer/Insert/insert_polyline" name="insert-polyline" />
......
99 108
			description="" active="true" priority="1">
100 109

  
101 110
			<action name="symmetry" label="_Symmetry" tooltip="symmetry"
102
				position="601002200" action-command="symmetry" icon="layer-modify-symmetry"
111
				position="601002300" action-command="symmetry" icon="layer-modify-symmetry"
103 112
				accelerator="" />
104 113

  
105 114
			<menu text="Layer/Insert/symmetry" name="symmetry" />
106 115

  
107
			<tool-bar name="vector_editing" position="601002200">
116
			<tool-bar name="vector_editing" position="601002300">
108 117
				<selectable-tool name="symmetry" />
109 118
			</tool-bar>
110 119

  
......
115 124
			description="" active="true" priority="1">
116 125

  
117 126
			<action name="layer-modify-internal-polygon" label="_Modify_internal_polygon"
118
				tooltip="_Modify_internal_polygon" position="601002300"
127
				tooltip="_Modify_internal_polygon" position="601002400"
119 128
				action-command="layer-modify-internal-polygon" icon="layer-modify-internal-polygon"
120 129
				accelerator="" />
121 130

  
122 131
			<menu name="layer-modify-internal-polygon" text="Layer/Modify/_Internal_polygon" />
123 132

  
124
			<tool-bar name="vector_editing" position="601002200">
133
			<tool-bar name="vector_editing" position="601002400">
125 134
				<selectable-tool name="layer-modify-internal-polygon" />
126 135
			</tool-bar>
127 136

  

Also available in: Unified diff