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:
@@ -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 '''
|
||||
|
||||
Reference in New Issue
Block a user