modified: ../interface/check_oldconf.py
add title
This commit is contained in:
@@ -34,6 +34,7 @@ def init(language):
|
||||
''' implement Widget'''
|
||||
global root
|
||||
root = Tkinter.Tk()
|
||||
root.title(language == "english" and "Linx" or '凝思')
|
||||
root.geometry("%sx%s+0+0" % (root.winfo_screenwidth(),
|
||||
root.winfo_screenheight()))
|
||||
txt = message[language]
|
||||
|
||||
Reference in New Issue
Block a user