]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/About.py
check for wxHAS_HUGE_FILES
[wxWidgets.git] / wxPython / demo / About.py
index 10460ace1977a401ed26ae34047e6691b7667ab4..badc45fcaab65cd132ee1e71614ccf017e615cc9 100644 (file)
@@ -47,7 +47,7 @@ demo item so you can learn how to use the classes yourself.</p>
         wx.Dialog.__init__(self, parent, -1, 'About the wxPython demo',)
         html = wx.html.HtmlWindow(self, -1, size=(420, -1))
         if "gtk2" in wx.PlatformInfo:
-            html.NormalizeFontSizes()
+            html.SetStandardFonts()
         py_version = sys.version.split()[0]
         html.SetPage(self.text % (wx.VERSION_STRING, py_version))
         btn = html.FindWindowById(wx.ID_OK)