svgui/svgui.py
changeset 1737 a39c2918c015
parent 1736 7e61baa047f0
child 1739 ec153828ded2
equal deleted inserted replaced
1736:7e61baa047f0 1737:a39c2918c015
    46     ConfNodeMethods = [
    46     ConfNodeMethods = [
    47         {"bitmap" : "ImportSVG",
    47         {"bitmap" : "ImportSVG",
    48          "name" : _("Import SVG"),
    48          "name" : _("Import SVG"),
    49          "tooltip" : _("Import SVG"),
    49          "tooltip" : _("Import SVG"),
    50          "method" : "_ImportSVG"},
    50          "method" : "_ImportSVG"},
    51         {"bitmap" : "ImportSVG", # should be something different
    51         {"bitmap" : "ImportSVG",  # should be something different
    52          "name" : _("Inkscape"),
    52          "name" : _("Inkscape"),
    53          "tooltip" : _("Create HMI"),
    53          "tooltip" : _("Create HMI"),
    54          "method" : "_StartInkscape"},
    54          "method" : "_StartInkscape"},
    55     ]
    55     ]
    56 
    56