beremiz

Fixed typo introduced in 5736d25bb393

2018-02-28, Edouard Tisserant
67f0d7ff7d3e
Fixed typo introduced in 5736d25bb393
--- a/editors/ProjectNodeEditor.py Fri Feb 23 11:16:25 2018 +0100
+++ b/editors/ProjectNodeEditor.py Wed Feb 28 16:10:05 2018 +0100
@@ -51,7 +51,7 @@
return self.ProjectProperties
def __init__(self, parent, controler, window):
- configuration = self.Controler.GetProjectMainConfigurationName()
+ configuration = controler.GetProjectMainConfigurationName()
if configuration is not None:
tagname = ComputeConfigurationName(configuration)
else: