modified: interface/ri_cmd.py
modified: interface/ri_inst_tk.py modified: xml/interface.xml fix title and language variable
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
import ri_widget
|
||||
import os
|
||||
import ri_tk
|
||||
|
||||
def quit():
|
||||
''' correspond to quit button '''
|
||||
@@ -35,7 +36,7 @@ def next():
|
||||
else:
|
||||
code = ri_widget.MessageBox.dict["next"].show()
|
||||
if code == True:
|
||||
os.execl('/usr/bin/python','python','ri_install.py', "-d","tk")
|
||||
os.execl('/usr/bin/python','python','ri_install.py', "-d","tk","-l",ri_tk.language)
|
||||
from ri_tk_cmd import *
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user