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