From 1f6600d77a7a384e08ed1a905f761b13d68e67da Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Wed, 19 May 2004 03:03:42 +0000 Subject: [PATCH] changed comment --- direct/src/gui/DirectFrame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/gui/DirectFrame.py b/direct/src/gui/DirectFrame.py index 5e503015ee..f3004e9e79 100644 --- a/direct/src/gui/DirectFrame.py +++ b/direct/src/gui/DirectFrame.py @@ -10,7 +10,7 @@ class DirectFrame(DirectGuiWidget): # Each of these has 1 or more states # The same object can be used for all states or each # state can have a different text/geom/image (for radio button - # and check button indicators, for example + # and check button indicators, for example). optiondefs = ( # Define type of DirectGuiWidget ('pgFunc', PGItem, None),