mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Correct case in test for Windows 9X.
This commit is contained in:
parent
b82cb8dcd5
commit
df511798e4
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ def add_ui(db):
|
||||||
c = exit_dialog.text("warning", 135, 200, 220, 40, 0x30003,
|
c = exit_dialog.text("warning", 135, 200, 220, 40, 0x30003,
|
||||||
"{\\VerdanaRed9}Warning: Python 2.5.x is the last "
|
"{\\VerdanaRed9}Warning: Python 2.5.x is the last "
|
||||||
"Python release for Windows 9x.")
|
"Python release for Windows 9x.")
|
||||||
c.condition("Hide", "NOT Version9x")
|
c.condition("Hide", "NOT Version9X")
|
||||||
|
|
||||||
exit_dialog.text("Description", 135, 235, 220, 20, 0x30003,
|
exit_dialog.text("Description", 135, 235, 220, 20, 0x30003,
|
||||||
"Click the Finish button to exit the Installer.")
|
"Click the Finish button to exit the Installer.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue