fix typo discovered by Panda user ThomasEgi

This commit is contained in:
David Rose 2007-05-16 03:21:36 +00:00
parent 74358e81b2
commit 9e25cda240

View File

@ -1071,7 +1071,7 @@ class DirectGuiWidget(DirectGuiBase, NodePath):
print space + 'Scale: ' + self.getScale().pPrintValues()
# Print out children info
for child in self.getChildrenAsList():
messenger.send(PRINT + child.getName(), [indent + 2])
messenger.send(DGG.PRINT + child.getName(), [indent + 2])
def copyOptions(self, other):
"""