modified: ri_tk.py

modified:   ri_tk_cmd.py
	modified:   ../xml/interface.xm
    fix:
    main.help and prepar_installation information doesn't be writed
This commit is contained in:
fling
2010-10-20 14:10:21 +08:00
parent b26bdb3c9b
commit 297f953c5b
3 changed files with 7 additions and 3 deletions

View File

@@ -43,8 +43,10 @@ def set_help_info(s):
''' set help information in base widget'''
help = translate_text(s)
w = ri_widget.Widget.dict['main.help'].tk_widget
w.configure(state='normal')
w.delete(1.0,Tkinter.END)
w.insert(1.0,help)
w.configure(state='disable')
def create_widget(w):
''' w - widget instance '''