This commit is contained in:
Barry Warsaw 1998-10-05 21:31:37 +00:00
parent c078b03d7f
commit 7c51a9a80b
3 changed files with 6 additions and 8 deletions

View file

@ -17,7 +17,6 @@ given name, without selecting the color.
import sys
from Tkinter import *
from pynche import __version__
import ColorDB
class ListViewer:
@ -28,7 +27,7 @@ class ListViewer:
# GUI
root = self.__root = Toplevel(parent, class_='Pynche')
root.protocol('WM_DELETE_WINDOW', self.__withdraw)
root.title('Pynche %s' % __version__)
root.title('Pynche Color List')
root.iconname('Pynche Color List')
root.bind('<Alt-q>', self.__quit)
root.bind('<Alt-Q>', self.__quit)