modified: ../interface/check_oldconf.py

add title
This commit is contained in:
fling
2010-11-17 11:17:32 +08:00
parent fc8a212f97
commit 6016506b27

View File

@@ -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]