2
0
rdb 17 жил өмнө
parent
commit
38467b6eed

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

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