mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Fix typo
This commit is contained in:
parent
67baee6287
commit
df40ce3646
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ def add_ui(db):
|
||||||
# See "Custom Action Type 1"
|
# See "Custom Action Type 1"
|
||||||
if msilib.Win64:
|
if msilib.Win64:
|
||||||
CheckDir = "CheckDir"
|
CheckDir = "CheckDir"
|
||||||
UpdateEditIdle = "UpdateEditIDLE"
|
UpdateEditIDLE = "UpdateEditIDLE"
|
||||||
else:
|
else:
|
||||||
CheckDir = "_CheckDir@4"
|
CheckDir = "_CheckDir@4"
|
||||||
UpdateEditIDLE = "_UpdateEditIDLE@4"
|
UpdateEditIDLE = "_UpdateEditIDLE@4"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue