Kaydet (Commit) df511798 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Correct case in test for Windows 9X.

üst b82cb8dc
......@@ -496,7 +496,7 @@ def add_ui(db):
c = exit_dialog.text("warning", 135, 200, 220, 40, 0x30003,
"{\\VerdanaRed9}Warning: Python 2.5.x is the last "
"Python release for Windows 9x.")
c.condition("Hide", "NOT Version9x")
c.condition("Hide", "NOT Version9X")
exit_dialog.text("Description", 135, 235, 220, 20, 0x30003,
"Click the Finish button to exit the Installer.")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment