[commit] r1521 - in tags/Release_11.9.9: . GME/Gme
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Fri Sep 9 13:12:31 CDT 2011
Author: ksmyth
Date: Fri Sep 9 13:12:30 2011
New Revision: 1521
Log:
Merge 1520 from trunk
Modified:
tags/Release_11.9.9/ (props changed)
tags/Release_11.9.9/GME/Gme/MainFrm.cpp
Modified: tags/Release_11.9.9/GME/Gme/MainFrm.cpp
==============================================================================
--- tags/Release_11.9.9/GME/Gme/MainFrm.cpp Fri Sep 9 13:10:40 2011 (r1520)
+++ tags/Release_11.9.9/GME/Gme/MainFrm.cpp Fri Sep 9 13:12:30 2011 (r1521)
@@ -223,8 +223,12 @@
void CMainFrame::OnClose()
{
+#ifdef _DEBUG
clearGmeOleApp();
CMDIFrameWndEx::OnClose();
+#else
+ theApp.OnAppExit();
+#endif
}
int CMainFrame::CreateToolBars()
More information about the gme-commit
mailing list