From a07959c740ae6a8ddb50e918b901960ddbd9f7b3 Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Fri, 5 Mar 2010 18:11:49 +0000 Subject: [PATCH] FIX: Close InVesalius with File -> Close --- invesalius/gui/frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/gui/frame.py b/invesalius/gui/frame.py index df7abd1..ee8648c 100755 --- a/invesalius/gui/frame.py +++ b/invesalius/gui/frame.py @@ -305,7 +305,7 @@ class Frame(wx.Frame): elif id == const.ID_PROJECT_CLOSE: self.CloseProject() elif id == const.ID_EXIT: - self.CloseProject() + self.OnClose(None) elif id == const.ID_ABOUT: self.ShowAbout() elif id == const.ID_START: -- libgit2 0.21.2