changeset 539:939a744054f0

fixed a stray usage of get_settings
author Digitalxero
date Thu, 25 Mar 2010 17:58:16 -0600
parents 4652c82bf351
children 93fd2e278590
files orpg/chat/chatwnd.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/orpg/chat/chatwnd.py	Mon Mar 22 23:56:51 2010 -0600
+++ b/orpg/chat/chatwnd.py	Thu Mar 25 17:58:16 2010 -0600
@@ -1421,7 +1421,7 @@
 
         s_key = self.f_key_macros.get(event.GetKeyCode(), None)
         if s_key:
-            macroText = settings.get_setting(s_key)
+            macroText = settings.get(s_key)
             if len(macroText):
                 self.sendTyping(0)
                 # submit the text directly without disturbing any text in text ctrl