Browse Source

fix typo discovered by Panda user ThomasEgi

David Rose 18 years ago
parent
commit
9e25cda240
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/gui/DirectGuiBase.py

+ 1 - 1
direct/src/gui/DirectGuiBase.py

@@ -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):
         """