From 484e8c50147138c1ec1de14142d4664fe36ee0fa Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Fri, 4 Sep 2015 01:30:11 -0500 Subject: [PATCH] Forgot to save before committing --- src/Project.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Project.cpp b/src/Project.cpp index c6755a74e..f21e2b7ee 100644 --- a/src/Project.cpp +++ b/src/Project.cpp @@ -2077,7 +2077,7 @@ void AudacityProject::OnCloseWindow(wxCloseEvent & event) // to exercise the bug that instigated this hack.) if (mIsBeingDeleted) { - evt.Skip(); + event.Skip(); return; }