From 9e25cda240ed76e93facde463c2c1e35a5956d4a Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 16 May 2007 03:21:36 +0000 Subject: [PATCH] fix typo discovered by Panda user ThomasEgi --- direct/src/gui/DirectGuiBase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/gui/DirectGuiBase.py b/direct/src/gui/DirectGuiBase.py index 062d7cfd41..d355969cf4 100644 --- a/direct/src/gui/DirectGuiBase.py +++ b/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): """