Browse Source

fixed typo

Darren Ranalli 23 years ago
parent
commit
4025e7dba9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/gui/DirectGuiBase.py

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

@@ -42,7 +42,7 @@ Code Overview:
     foo.defineoptions()
     foo.defineoptions()
       fooParent()
       fooParent()
          fooParent.optiondefs = {}
          fooParent.optiondefs = {}
-         fooParent.definoptions()
+         fooParent.defineoptions()
 
 
 3)  addoptions is called.  This combines options specified as keywords to
 3)  addoptions is called.  This combines options specified as keywords to
     the widget constructor (stored in self._constuctorKeywords)
     the widget constructor (stored in self._constuctorKeywords)