plugins/svgui/svgui.py
changeset 198 cf99e75b6dda
parent 192 f0482f1ae901
child 201 520d2416ff4d
equal deleted inserted replaced
197:a50b5fa04c57 198:cf99e75b6dda
   173          "tooltip" : "Import XML",
   173          "tooltip" : "Import XML",
   174          "method" : "_ImportXML"},
   174          "method" : "_ImportXML"},
   175     ]
   175     ]
   176     
   176     
   177     def OnPlugSave(self):
   177     def OnPlugSave(self):
   178         self.SaveXMLFile()
   178         self.SaveXMLFile(os.path.join(self.PlugPath(), "gui.xml"))
   179         return True
   179         return True
   180     
   180     
   181     def PlugGenerate_C(self, buildpath, locations, logger):
   181     def PlugGenerate_C(self, buildpath, locations, logger):
   182         progname = "SVGUI_%s"%"_".join(map(str, self.GetCurrentLocation()))
   182         progname = "SVGUI_%s"%"_".join(map(str, self.GetCurrentLocation()))
   183         
   183