mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Saving/Restoring state into ~/.pynche file
This commit is contained in:
parent
28e7b4cce1
commit
8a09e1ccda
10 changed files with 160 additions and 27 deletions
|
|
@ -60,7 +60,7 @@ class PyncheWidget:
|
|||
# Help menu
|
||||
#
|
||||
helpmenu = Menu(menubar, name='help', tearoff=0)
|
||||
helpmenu.add_command(label='About...',
|
||||
helpmenu.add_command(label='About Pynche...',
|
||||
command=self.__popup_about,
|
||||
underline=0)
|
||||
#
|
||||
|
|
@ -111,7 +111,7 @@ Color and Hue Editor
|
|||
Copyright (C) 1998 CNRI
|
||||
All rights reserved
|
||||
|
||||
For information about Pynche contact
|
||||
For information contact
|
||||
author: Barry A. Warsaw
|
||||
email : bwarsaw@python.org''' % __version__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue