git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26192
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
win = TestPanel(nb, log, frame)
return win
else:
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()
'Sorry', wx.OK | wx.ICON_INFORMATION)
dlg.ShowModal()
dlg.Destroy()