Revision 40

View differences:

org.gvsig.vectorediting/trunk/org.gvsig.vectorediting/org.gvsig.vectorediting.app/org.gvsig.vectorediting.app.mainplugin/src/main/resources-plugin/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" />
......
20 20
			class-name="org.gvsig.vectorediting.app.mainplugin.extensions.EditingExtension"
21 21
			description="" active="true" priority="1">
22 22

  
23
			<action name="VectorEditing" label="Start_edit" tooltip="Strat_edit"
24
				action-command="start_edit" icon="vector-editing" position="302010000"
25
				accelerator="" />
23
			<action
24
				name="start-edit"
25
				label="_Start_edit"
26
				tooltip="_Start_edit"
27
				position="600800000"
28
				action-command="start_edit"
29
				icon="vector-editing"
30
				accelerator=""
31
			/>
26 32

  
27
			<menu text="tools/start_edit/start_edit" name="start_edit" />
33
			<menu
34
				name="start-edit"
35
				text="Layer/start_edit"
36
			/>
28 37

  
29
			<tool-bar name="Vector editing" position="1">
30
				<action-tool name="VectorEditing" />
38
			<tool-bar name="vector_editing" position="600800000">
39
				<action-tool name="start-edit" />
31 40
			</tool-bar>
32 41

  
33 42
		</extension>
......
35 44
			class-name="org.gvsig.vectorediting.app.mainplugin.extensions.InsertPointExtension"
36 45
			description="" active="true" priority="1">
37 46

  
38
			<action name="InsertPoint" label="Insert_point" tooltip="insert_point"
39
				action-command="InsertPoint" icon="layer-insert-point" position="302020000"
40
				accelerator="" />
47
			<action
48
				name="insert-point"
49
				label="_Insert_point"
50
				tooltip="_Insert_point"
51
				action-command="insert-point"
52
				icon="layer-insert-point"
53
				position="601002000"
54
				accelerator=""
55
			/>
41 56

  
42
			<menu text="tools/insert_point" name="insert_point" />
57
			<menu text="Layer/Insert/insert_point" name="insert-point" />
43 58

  
44
			<tool-bar name="Insert Point" position="1">
45
				<selectable-tool name="InsertPoint" />
59
			<tool-bar name="vector_editing" position="601002000">
60
				<selectable-tool name="insert-point" />
46 61
			</tool-bar>
47 62

  
48 63
		</extension>
49
		
64

  
50 65
		<extension
51 66
			class-name="org.gvsig.vectorediting.app.mainplugin.extensions.Circle2PExtension"
52 67
			description="" active="true" priority="1">
53 68

  
54
			<action name="InsertCircle" label="Insert_circle" tooltip="insert_circle"
55
				action-command="Circle2P" icon="layer-insert-circle" position="302030000"
56
				accelerator="" />
69
			<action
70
				name="insert-circle-2p"
71
				label="_Insert_circle_2P"
72
				tooltip="insert_circle_2P"
73
				position="601002100"
74
				action-command="insert-circle-2p"
75
				icon="layer-insert-circle"
76
				accelerator=""
77
			/>
57 78

  
58
			<menu text="tools/insert_circle" name="insert_cirlce" />
79
			<menu text="Layer/Insert/insert_circle" name="insert-circle-2p" />
59 80

  
60
			<tool-bar name="Insert Circle 2P" position="1">
61
				<selectable-tool name="InsertCircle" />
81
			<tool-bar name="vector_editing" position="601002100">
82
				<selectable-tool name="insert-circle-2p" />
62 83
			</tool-bar>
63 84

  
64 85
		</extension>
65
		
66 86

  
87

  
67 88
	</extensions>
68 89

  
69 90
</plugin-config>

Also available in: Unified diff