X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88535d8ed59e42ca5a8465355526052f19ed4174..619dcb095efac5a79b6bd1e7c65d62d651ef48fc:/wxPython/demo/RichTextCtrl.py diff --git a/wxPython/demo/RichTextCtrl.py b/wxPython/demo/RichTextCtrl.py index c31b5aa48d..b4824e7073 100644 --- a/wxPython/demo/RichTextCtrl.py +++ b/wxPython/demo/RichTextCtrl.py @@ -202,7 +202,8 @@ class RichTextFrame(wx.Frame): path = dlg.GetPath() if path: self.rtc.SaveFile(path) - + dlg.Destroy() + def OnFileViewHTML(self, evt): pass