beremiz

Parents f8f05f849831
Children 3638463d6e02
replace '-' with '.' in resource tab and transition/action SFC code


This makes tab names consistent with the way the same information is shown in variable panel.
--- a/editors/EditorPanel.py Mon Dec 26 13:49:38 2016 +0300
+++ b/editors/EditorPanel.py Mon Dec 26 14:01:54 2016 +0300
@@ -79,7 +79,7 @@
self.ParentWindow.EditProjectElement(None, self.GetTagName(), True)
def GetTitle(self):
- return "-".join(self.TagName.split("::")[1:])
+ return ".".join(self.TagName.split("::")[1:])
def GetIcon(self):
return self.Icon