editors/ProjectNodeEditor.py
changeset 1953 5736d25bb393
parent 1948 b9a3f771aaab
child 1958 67f0d7ff7d3e
equal deleted inserted replaced
1952:0c20fc810d61 1953:5736d25bb393
    49         self.ProjectProperties = ProjectPropertiesPanel(prnt, self.Controler, self.ParentWindow, self.ENABLE_REQUIRED)
    49         self.ProjectProperties = ProjectPropertiesPanel(prnt, self.Controler, self.ParentWindow, self.ENABLE_REQUIRED)
    50 
    50 
    51         return self.ProjectProperties
    51         return self.ProjectProperties
    52 
    52 
    53     def __init__(self, parent, controler, window):
    53     def __init__(self, parent, controler, window):
    54         configuration = GetProjectMainConfigurationName()
    54         configuration = self.Controler.GetProjectMainConfigurationName()
    55         if configuration is not None:
    55         if configuration is not None:
    56             tagname = ComputeConfigurationName(configuration)
    56             tagname = ComputeConfigurationName(configuration)
    57         else:
    57         else:
    58             tagname = ""
    58             tagname = ""
    59 
    59