Browse Source

changed comment

Dave Schuyler 21 years ago
parent
commit
1f6600d77a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/gui/DirectFrame.py

+ 1 - 1
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),