editors/ProjectNodeEditor.py
changeset 1958 67f0d7ff7d3e
parent 1953 5736d25bb393
child 3303 0ffb41625592
equal deleted inserted replaced
1957:2d1cc4f5e4ef 1958:67f0d7ff7d3e
    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 = self.Controler.GetProjectMainConfigurationName()
    54         configuration = 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