]> granicus.if.org Git - python/commitdiff
Correct case in test for Windows 9X.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 28 Mar 2006 07:51:51 +0000 (07:51 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 28 Mar 2006 07:51:51 +0000 (07:51 +0000)
Tools/msi/msi.py

index 50bec04fde09ea5c892b8ef3fa5b9f29013bb5f5..c4da9712df70ee8b438fd11beedb1166ba5b2f1d 100644 (file)
@@ -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.")