Revision 47568

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/src/main/resources-plugin/i18n/text.properties
1752 1752
_Touches_with=Toca con
1753 1753
_Is_within_of=Est\u00e1 dentro de
1754 1754
_Is_equals_to=Es igual a
1755
_Is_valid=Es valida
1756
_Is_not_valid=No es valida
1757
_Intersects_with_boundingbox=Intersecta con el cuadro delimitador
1755 1758

  
1756 1759
_Indicate_where_to_obtain_the_geometries=Indique de donde obtener las geometrias
1757 1760
_Use_geometries_from_clipboard=Usar las geometrias del portapapeles
1758 1761
_Use_geometries_from_layer_selection=Usar las geometrias seleccionadas en la capa indicada
1759 1762
_Use_the_following_geometry=Usar la siguiente geometria
1763
_Use_the_geometry_bounding_box=Utilizar el cuadro delimitador de la geometr\u00eda.
1760 1764

  
1761 1765
_The_expression_can_not_be_evaluated_right_now_It_could_be_valid_when_all_changes_has_been_applied=La expresi\u00f3n no puede ser evaluada correctamente ahora. Podr\u00eda ser v\u00e1lida cuando todos los cambios hayan sido aplicados.
1762 1766
_Combine=Combinar
trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/src/main/resources-plugin/i18n/text_en.properties
1665 1665
_Touches_with=Touches with
1666 1666
_Is_within_of=Is within of
1667 1667
_Is_equals_to=Is equals to
1668
_Is_valid=Is valid
1669
_Is_not_valid=Is not valid
1670
_Intersects_with_boundingbox=Intersects with the boundingbox
1668 1671

  
1669 1672
_Indicate_where_to_obtain_the_geometries=Indicate where to obtain the geometries
1670 1673
_Use_geometries_from_clipboard=Use geometries from clipboard
1671 1674
_Use_geometries_from_layer_selection=Use geometries from layer selection
1672 1675
_Use_the_following_geometry=Use the following geometry
1676
_Use_the_geometry_bounding_box=Use the geometry bounding box
1673 1677

  
1674 1678
_The_expression_can_not_be_evaluated_right_now_It_could_be_valid_when_all_changes_has_been_applied=The expression can not be evaluated right now. It could be valid when all changes has been applied
1675 1679
_Combine=Combine
trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/src/main/resources-plugin/scripting/scripts/validatelayer/autorun.py
43 43
  # Registramos los iconos en el tema de iconos
44 44
  icon = File(getResource(__file__,"images","layer-validate.png")).toURI().toURL()
45 45
  iconTheme = ToolsSwingLocator.getIconThemeManager().getCurrent()
46
  iconTheme.registerDefault("scripting.ValidateLayerExtension", "action", "layer-validate", None, icon)
46
  #iconTheme.registerDefault("scripting.ValidateLayerExtension", "action", "layer-validate", None, icon)
47 47

  
48 48
  #
49 49
  # Creamos la accion 
......
60 60
    u"_Validate_geometries" # Tooltip
61 61
  )
62 62
  action = actionManager.registerAction(action)
63
  application.addMenu(action, u"Layer/_Validate_geometries")
63
  #application.addMenu(action, u"Layer/_Validate_geometries")
64 64
      
65 65
def main(*args):
66 66
   selfRegister()

Also available in: Unified diff