mirror of https://github.com/python/cpython.git
Merged revisions 73598 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73598 | martin.v.loewis | 2009-06-28 11:32:39 +0200 (So, 28 Jun 2009) | 3 lines Issue 5390: Add uninstall icon independent of whether file extensions are installed. ........
This commit is contained in:
parent
876b2f286b
commit
95c4601870
|
@ -15,6 +15,12 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
Build
|
||||
-----
|
||||
|
||||
- Issue 5390: Add uninstall icon independent of whether file
|
||||
extensions are installed.
|
||||
|
||||
|
||||
What's New in Python 3.1?
|
||||
=========================
|
||||
|
|
|
@ -1258,7 +1258,7 @@ def add_registry(db):
|
|||
"", r"[TARGETDIR]Python.exe", "REGISTRY.def"),
|
||||
("DisplayIcon", -1,
|
||||
r"Software\Microsoft\Windows\CurrentVersion\Uninstall\%s" % product_code,
|
||||
"DisplayIcon", "[TARGETDIR]python.exe", "REGISTRY.def")
|
||||
"DisplayIcon", "[TARGETDIR]python.exe", "REGISTRY")
|
||||
])
|
||||
# Shortcuts, see "Shortcut Table"
|
||||
add_data(db, "Directory",
|
||||
|
|
Loading…
Reference in New Issue