]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed a failure message
authorRobin Dunn <robin@alldunn.com>
Fri, 12 Mar 2004 20:16:01 +0000 (20:16 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 12 Mar 2004 20:16:01 +0000 (20:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/IEHtmlWin.py

index 874580dd2bf92de5b2b9bae774bc475baa018369..56e4c5793573102cf5c100ec9c37bd9ab31b22f0 100644 (file)
@@ -187,7 +187,7 @@ def runTest(frame, nb, log):
         win = TestPanel(nb, log, frame)
         return win
     else:
-        dlg = wx.MessageDialog(frame, 'This demo only works on MSW.',
+        dlg = wx.MessageDialog(frame, 'This demo only works on Windows.',
                           'Sorry', wx.OK | wx.ICON_INFORMATION)
         dlg.ShowModal()
         dlg.Destroy()