finish raid screen

This commit is contained in:
Li Zhi
2010-08-20 09:20:57 +07:59
parent ca9e003476
commit c2ec243021
6 changed files with 363 additions and 167 deletions

View File

@@ -161,7 +161,7 @@ def destroy_widget(w):
def create_message_box(w):
''' display MessageBox
w - MessageBox instance'''
disp = getattr(tkMessageBox, "show%s" %(w.tp))
disp = getattr(tkMessageBox, w.tp)
disp(translate_text(w.title), translate_text(w.message))
def create_top_window(w):