Revision 37526 branches/v2_0_0_prep/extensions/org.gvsig.geometrymeasurement.app/org.gvsig.geometrymeasurement.app.extension/src/main/resources/config.xml

View differences:

config.xml
8 8
		<extension class-name="org.gvsig.geometrymeasurement.app.extension.AreaMeasurementExtension"
9 9
			description="Extension that measures the area of all the polygonos they selected."
10 10
            active="true">
11
            <menu text="Vista/area" tooltip="area"
11
            <menu text="Tabla/area" tooltip="area"
12 12
                action-command="AREA"
13 13
                icon="images/area.png" />
14 14
            <tool-bar name="area">
......
20 20
		<extension class-name="org.gvsig.geometrymeasurement.app.extension.PerimeterMeasurementExtension"
21 21
           description="Extension that measures the perimeter of all the lines they selected."
22 22
            active="true">
23
            <menu text="Vista/perimeter" tooltip="perimeter"
23
            <menu text="Tabla/perimeter" tooltip="perimeter"
24 24
                action-command="PERIMETER"
25 25
                icon="images/perimeter.png" />
26 26
            <tool-bar name="perimeter">
......
32 32
        <extension class-name="org.gvsig.geometrymeasurement.app.extension.AddXYPointThemeExtension"
33 33
            description="Extension that add the coordinates x and y."
34 34
            active="true">
35
            <menu text="Vista/add_x_y" tooltip="add_x_y"
35
            <menu text="Tabla/add_x_y" tooltip="add_x_y"
36 36
                action-command="ADDXYPOINT"
37 37
                icon="images/xypoint.png" />
38 38
            <tool-bar name="add_x_y">

Also available in: Unified diff