]> git.saurik.com Git - wxWidgets.git/commitdiff
Some changes to fix event processing
authorDavid Webster <Dave.Webster@bhmi.com>
Tue, 14 Mar 2000 13:36:35 +0000 (13:36 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Tue, 14 Mar 2000 13:36:35 +0000 (13:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/app.cpp
src/os2/settings.cpp

index 5b4045dd7a42b91725e26f787beadd12348ba6b6..9fd52c76b7ba756aa87684a7586fd853e4cc90b2 100644 (file)
@@ -536,7 +536,6 @@ wxApp::~wxApp()
         delete[] argv[i];
     }
     delete[] argv;
-#endif
 } // end of wxApp::~wxApp
 
 bool wxApp::Initialized()
@@ -884,7 +883,7 @@ void wxExit()
     wxLogError(_("Fatal error: exiting"));
 
     wxApp::CleanUp();
-} // end of wxExit 
+} // end of wxExit
 
 //
 // Yield to incoming messages
@@ -893,7 +892,7 @@ bool wxYield()
 {
     HAB                             vHab = 0;
     QMSG                            vMsg;
-  
+
     //
     // Disable log flushing from here because a call to wxYield() shouldn't
     // normally result in message boxes popping up &c
index 55da0d4963455e60126a58af13f56ed96efc7206..c47c24d5c4f8096e5ce23def836306fb3418e6b0 100644 (file)
@@ -188,7 +188,7 @@ wxFont wxSystemSettings::GetSystemFont(int index)
         }
     }
 
-    return wxFont();
+    return *wxSWISS_FONT;
 }
 
 // Get a system metric, e.g. scrollbar size