plugins/svgui/svgui.py
changeset 49 45dc6a944ab6
parent 47 fd45c291fed0
child 55 9c26e67c041a
--- a/plugins/svgui/svgui.py	Thu Sep 20 17:32:52 2007 +0200
+++ b/plugins/svgui/svgui.py	Fri Sep 21 17:48:34 2007 +0200
@@ -758,7 +758,7 @@
     def PlugGenerate_C(self, buildpath, locations, logger):
         current_location = self.GetCurrentLocation()
         self.BusNumber = "_".join(map(lambda x:str(x), current_location))
-        progname = self.BusNumber + "_SVGUI"
+        progname = "SVGUI_" + self.BusNumber
         self.GenerateProgram(buildpath, progname)
         Gen_C_file = os.path.join(buildpath, progname+".cpp" )
         return [(Gen_C_file,"")],""