Arch: grouped all properties into an Arch group

This commit is contained in:
Yorik van Havre
2013-09-07 20:00:41 -03:00
parent 247ab055d4
commit 738b75043b
9 changed files with 31 additions and 31 deletions

View File

@@ -115,7 +115,7 @@ class _Window(ArchComponent.Component):
"The Window object"
def __init__(self,obj):
ArchComponent.Component.__init__(self,obj)
obj.addProperty("App::PropertyStringList","WindowParts","Base",
obj.addProperty("App::PropertyStringList","WindowParts","Arch",
str(translate("Arch","the components of this window")))
self.Type = "Window"
obj.Proxy = self