]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/forty/forty.cpp
More makefiles, distrib things,
[wxWidgets.git] / samples / forty / forty.cpp
index 425f4202476ab9871b3e488c2216864892bc39ae..4d952a9993cad9bc4385f17a7e90d3ec99977fda 100644 (file)
@@ -91,7 +91,7 @@ bool FortyApp::OnInit()
                        -1, -1, 668, 510
                        );
 
-       // Show the frame
+       // Show the frame
        frame->Show(TRUE);
 
        return TRUE;
@@ -192,7 +192,7 @@ FortyFrame::~FortyFrame()
 
 void FortyFrame::OnCloseWindow(wxCloseEvent& event)
 {
-       if (m_canvas->OnCloseCanvas())
+    if (m_canvas->OnCloseCanvas() )
     {
         this->Destroy();
     }