X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..7f369e7f8ea2c49b52c3f6c001bf5734b32b7e81:/wxPython/demo/DialogUnits.py

diff --git a/wxPython/demo/DialogUnits.py b/wxPython/demo/DialogUnits.py
index 7f369dd40f..eca857897a 100644
--- a/wxPython/demo/DialogUnits.py
+++ b/wxPython/demo/DialogUnits.py
@@ -87,7 +87,7 @@ if __name__ == "__main__":
         def OnInit(self):
 
             # Create an instance of our customized Frame class
-            frame = MyFrame(NULL, -1, "This is a test")
+            frame = MyFrame(None, -1, "This is a test")
             frame.Show(true)
 
             # Tell wxWindows that this is our main window