diff options
author | Barry Warsaw <barry@python.org> | 1999-04-26 23:48:17 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1999-04-26 23:48:17 (GMT) |
commit | a25223faf423101319f58e114310a7d14a43520c (patch) | |
tree | ee2892c7272c33f0e125f0bf7c6faaba375414aa /Tools/pynche | |
parent | 821d8b73e8d758c5f5f29362bea37109ef558b57 (diff) | |
download | cpython-a25223faf423101319f58e114310a7d14a43520c.zip cpython-a25223faf423101319f58e114310a7d14a43520c.tar.gz cpython-a25223faf423101319f58e114310a7d14a43520c.tar.bz2 |
Describe how to load a new database
Diffstat (limited to 'Tools/pynche')
-rw-r--r-- | Tools/pynche/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tools/pynche/README b/Tools/pynche/README index 43815d1..9b2bc00 100644 --- a/Tools/pynche/README +++ b/Tools/pynche/README @@ -344,6 +344,13 @@ Color Name Database Files sister say NS and MSIE both understand (with some controversy over AliceBlue). + You can switch between files by choosing "Load palette..." from + the "File" menu. This brings up a standard Tk file dialog. + Choose the file you want and then click "Ok". If Pynche + understands the format in this file, it will load the database and + update the appropriate windows. If not, it will bring up an error + dialog. + To Do Here's a brief list of things I want to do: |