X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88535d8ed59e42ca5a8465355526052f19ed4174..003cf4efd2ff8938a067b17abbe1ab17b37c38b5:/wxPython/demo/RichTextCtrl.py?ds=sidebyside 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