Browse Source

changed name of tkLoop

Dave Schuyler 21 years ago
parent
commit
5bc6b66edc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/SceneEditor/sceneEditor.py

+ 1 - 1
doc/SceneEditor/sceneEditor.py

@@ -104,7 +104,7 @@ class myLevelEditor(AppShell):
         if self.wantTK:
             pass
         else:
-            taskMgr.remove('tkloop')
+            taskMgr.remove('tkLoop')
             spawnTkLoop()
         ## Set up window frame
         INITOPT = Pmw.INITOPT