]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/app.cpp
Added URL support to attribute objects and to wxRichTextCtrl,
[wxWidgets.git] / src / dfb / app.cpp
index 4618b16e4b9789412dd32174fcd697a77fad4657..fc5357d91f8567f17623b73d06fbdd4de4ea8883 100644 (file)
@@ -50,9 +50,6 @@ bool wxApp::Initialize(int& argc, wxChar **argv)
     if ( !wxIDirectFB::Get() )
         return false;
 
-    #warning "FIXME: theme override is temporary"
-    wxTheme::Set(wxTheme::Create(_T("gtk")));
-
     return true;
 }
 
@@ -60,6 +57,7 @@ void wxApp::CleanUp()
 {
     wxAppBase::CleanUp();
 
+    wxEventLoop::CleanUp();
     wxIDirectFB::CleanUp();
 }