diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-07-10 16:20:58 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-07-10 16:20:58 (GMT) |
commit | d02d305b64ee1e9ec70dc60c3a0c09c13b34bc65 (patch) | |
tree | 95d70072ae9daf049d4a85b655beae20ce1c7c1e /PCbuild/python20.wse | |
parent | 8ccf4d751ded4a0515a6d10b9570b113e9ea9a1e (diff) | |
download | cpython-d02d305b64ee1e9ec70dc60c3a0c09c13b34bc65.zip cpython-d02d305b64ee1e9ec70dc60c3a0c09c13b34bc65.tar.gz cpython-d02d305b64ee1e9ec70dc60c3a0c09c13b34bc65.tar.bz2 |
SF Patch 763681
"Support IDLE Edit of .py/.pyw from idlelib"
Diffstat (limited to 'PCbuild/python20.wse')
-rw-r--r-- | PCbuild/python20.wse | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index b63e975..f8bff09 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -2656,25 +2656,25 @@ end item: Edit Registry Total Keys=1 Key=Python.NoConFile\shell\Edit with IDLE\command - New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Tools\idle\idle.pyw -e "%%1" + New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Lib\idlelib\idle.pyw -e "%%1" end item: Edit Registry Total Keys=1 Key=Python.File\shell\Edit with IDLE\command - New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Tools\idle\idle.pyw -e "%%1" + New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Lib\idlelib\idle.pyw -e "%%1" end item: Else Statement end item: Edit Registry Total Keys=1 Key=Software\CLASSES\Python.NoConFile\shell\Edit with IDLE\command - New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Tools\idle\idle.pyw -e "%%1" + New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Lib\idlelib\idle.pyw -e "%%1" Root=1 end item: Edit Registry Total Keys=1 Key=Software\CLASSES\Python.File\shell\Edit with IDLE\command - New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Tools\idle\idle.pyw -e "%%1" + New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Lib\idlelib\idle.pyw -e "%%1" Root=1 end item: End Block |