Revision 309

View differences:

org.gvsig.chart/trunk/org.gvsig.chart/org.gvsig.chart.app/org.gvsig.chart.app.layoutplugin/src/main/resources-plugin/config.xml
11 11
			active="true">
12 12
			<menu text="Mapa/Insertar/Gr?fico" position="5007047" action-command="RECTANGLECHART" tooltip="insert_chart" icon="layout-insert-chart"/>
13 13

  
14
			<tool-bar name="Layout_Tools_Insert_Simple" position="7">
14
			<tool-bar name="Layout_Tools_Insert_Simple" position="530">
15 15
				<selectable-tool icon="layout-insert-chart" action-command="RECTANGLECHART"  tooltip="insert_chart" position="3"/>
16 16
			</tool-bar>
17 17

  
18 18
		</extension>
19
			
19

  
20 20
	</extensions>
21 21
</plugin-config>
org.gvsig.chart/trunk/org.gvsig.chart/org.gvsig.chart.app/org.gvsig.chart.app.mainplugin/src/main/resources-plugin/config.xml
9 9
			description=""
10 10
			active="true"
11 11
			priority="1">
12
			
13
			 <action 
14
		         name="chart-create-plot" 
12

  
13
			 <action
14
		         name="chart-create-plot"
15 15
		         label="_create_plot"
16
		         tooltip="_create_new_plot" 
16
		         tooltip="_create_new_plot"
17 17
		         action-command="chart-create-plot"
18
		         icon="chart-create-plot" 
19
		         position="800100000" 
18
		         icon="chart-create-plot"
19
		         position="800100000"
20 20
		         accelerator="" />
21
		    <action 
22
		         name="chart-edit-plot" 
21
		    <action
22
		         name="chart-edit-plot"
23 23
		         label="_edit_plot"
24
		         tooltip="_edit_current_plot" 
24
		         tooltip="_edit_current_plot"
25 25
		         action-command="chart-edit-plot"
26
		         icon="chart-edit-plot" 
27
		         position="800200000" 
26
		         icon="chart-edit-plot"
27
		         position="800200000"
28 28
		         accelerator="" />
29
		    <action 
30
		         name="chart-export-pdf" 
29
		    <action
30
		         name="chart-export-pdf"
31 31
		         label="_export_pdf"
32
		         tooltip="_export_chart_pdf" 
32
		         tooltip="_export_chart_pdf"
33 33
		         action-command="chart-export-pdf"
34
		         icon="chart-export-pdf" 
35
		         position="800400010" 
36
		         accelerator="" />      		
37
		    <action 
38
		         name="chart-export-png" 
34
		         icon="chart-export-pdf"
35
		         position="800400010"
36
		         accelerator="" />
37
		    <action
38
		         name="chart-export-png"
39 39
		         label="_export_png"
40
		         tooltip="_export_chart_png" 
40
		         tooltip="_export_chart_png"
41 41
		         action-command="chart-export-png"
42
		         icon="chart-export-png" 
43
		          position="800400020" 
44
		         accelerator="" />  
45
		         
46
		               		
42
		         icon="chart-export-png"
43
		          position="800400020"
44
		         accelerator="" />
45

  
46

  
47 47
      		<menu
48
          		name="chart-create-plot" 
48
          		name="chart-create-plot"
49 49
           		text="Chart/_create_plot"/>
50 50
      		<menu
51
          		name="chart-edit-plot" 
51
          		name="chart-edit-plot"
52 52
           		text="Chart/_edit_plot" />
53 53
           	<menu
54
          		name="chart-export-pdf" 
54
          		name="chart-export-pdf"
55 55
           		text="Chart/_export_pdf"/>
56 56
      		<menu
57
          		name="chart-export-png" 
58
           		text="Chart/_export_png"/>	
59
           	
57
          		name="chart-export-png"
58
           		text="Chart/_export_png"/>
60 59

  
61 60

  
62
			<tool-bar name="Chart" position="99">
61

  
62
			<tool-bar name="Chart" position="3000">
63 63
				<action-tool name="chart-create-plot"/>
64 64
				<action-tool name="chart-edit-plot"/>
65 65
				<action-tool name="chart-export-pdf"/>
66 66
				<action-tool name="chart-export-png"/>
67 67
			</tool-bar>
68 68

  
69
		</extension>	
69
		</extension>
70 70
	</extensions>
71 71
</plugin-config>

Also available in: Unified diff