diff options
author | Steven M. Gava <elguavas@python.net> | 2001-08-12 01:14:55 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2001-08-12 01:14:55 (GMT) |
commit | 28ccc2463ef9ae30560a7bbbc683291757edb9aa (patch) | |
tree | 6d8c1cda740db3617916f8f30ff27c9115e9597f | |
parent | a6a4f27ef7c80e6dee626d6649f2019544b24f65 (diff) | |
download | cpython-28ccc2463ef9ae30560a7bbbc683291757edb9aa.zip cpython-28ccc2463ef9ae30560a7bbbc683291757edb9aa.tar.gz cpython-28ccc2463ef9ae30560a7bbbc683291757edb9aa.tar.bz2 |
removed some cruft
-rw-r--r-- | Lib/idlelib/aboutDialog.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Lib/idlelib/aboutDialog.py b/Lib/idlelib/aboutDialog.py index a6f6b96..9db917f 100644 --- a/Lib/idlelib/aboutDialog.py +++ b/Lib/idlelib/aboutDialog.py @@ -100,13 +100,6 @@ class AboutDialog(Toplevel): labelTkVer = Label(frameBg,text='Tk version: '+tkVer,fg=self.fg,bg=self.bg, font=self.textFont) labelTkVer.grid(row=9,column=1,sticky=W,padx=2,pady=0) - #labelOs = Label(frameBg,text='python os name: '+pyching.os, - # font=self.fontText,fg=self.fg,bg=self.bg) - #labelOs.grid(row=6,column=0,sticky=W,padx=10,pady=0) - #labelOsType = Label(frameBg,text='python os type: '+pyching.osType, - # font=self.fontText,fg=self.fg,bg=self.bg) - #labelOsType.grid(row=6,column=1,sticky=W,padx=5,pady=0) - #framePad = Frame(frameBg,bg=self.bg,height=5).grid(row=7,column=0) self.buttonLicense = Button(frameBg,text='View License',underline=5, width=14,highlightbackground=self.bg,command=self.ShowLicense)#takefocus=FALSE |