mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Merged revisions 72335 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72335 | martin.v.loewis | 2009-05-05 18:10:16 +0200 (Di, 05 Mai 2009) | 2 lines Issue #5847: Remove -n switch on "Edit with IDLE" menu item. ........
This commit is contained in:
parent
63376228a3
commit
8482ef9722
2 changed files with 4 additions and 2 deletions
|
@ -1188,10 +1188,10 @@ def add_registry(db):
|
|||
if have_tcl:
|
||||
tcl_verbs=[
|
||||
("py.IDLE", -1, pat % (testprefix, "", ewi), "",
|
||||
r'"[TARGETDIR]pythonw.exe" "[TARGETDIR]Lib\idlelib\idle.pyw" -n -e "%1"',
|
||||
r'"[TARGETDIR]pythonw.exe" "[TARGETDIR]Lib\idlelib\idle.pyw" -e "%1"',
|
||||
"REGISTRY.tcl"),
|
||||
("pyw.IDLE", -1, pat % (testprefix, "NoCon", ewi), "",
|
||||
r'"[TARGETDIR]pythonw.exe" "[TARGETDIR]Lib\idlelib\idle.pyw" -n -e "%1"',
|
||||
r'"[TARGETDIR]pythonw.exe" "[TARGETDIR]Lib\idlelib\idle.pyw" -e "%1"',
|
||||
"REGISTRY.tcl"),
|
||||
]
|
||||
add_data(db, "Registry",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue