Browse Source

Fix confusing typo

rdb 17 years ago
parent
commit
38467b6eed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/gui/OnscreenImage.py

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

@@ -141,7 +141,7 @@ class OnscreenImage(DirectObject, NodePath):
                 else:
                     setter(value)
             except AttributeError:
-                print 'OnscreenText.configure: invalid option:', option
+                print 'OnscreenImage.configure: invalid option:', option
 
     # Allow index style references
     def __setitem__(self, key, value):