]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/docview/docview.cpp
Moved the cleanup code to an EVT_WINDOW_DESTROY handler.
[wxWidgets.git] / samples / docview / docview.cpp
index 977e9dde6f521158097bebc1e12e4cf757f2b3ab..4282c81e64e5bd0da87dea452516ed7e6e33d9fb 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:    wxWindows license
+// Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
@@ -70,7 +70,7 @@ bool MyApp::OnInit(void)
     
     //// Create a document manager
     m_docManager = new wxDocManager;
-    
+
     //// Create a template relating drawing documents to their views
     (void) new wxDocTemplate(m_docManager, "Drawing", "*.drw", "", "drw", "Drawing Doc", "Drawing View",
         CLASSINFO(DrawingDocument), CLASSINFO(DrawingView));