changeset 543:93fd2e278590

merge
author digitalxero
date Thu, 25 Mar 2010 17:58:57 -0600
parents 7d60d6747209 (current diff) 939a744054f0 (diff)
children 7937d730911a
files orpg/chat/chatwnd.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/orpg/chat/chatwnd.py	Thu Mar 25 17:56:48 2010 -0600
+++ b/orpg/chat/chatwnd.py	Thu Mar 25 17:58:57 2010 -0600
@@ -1280,7 +1280,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