]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/app.cpp
Applied patch [ 549256 ] fix minor bug in widgets sample
[wxWidgets.git] / src / motif / app.cpp
index 1671394ca08d286975df03edb74ad27d66768d50..34fdebf6809238943122f1f9acb4bb128fb71899 100644 (file)
@@ -580,6 +580,8 @@ bool wxApp::OnInitGui()
         argv);
 
     if (!dpy) {
+         // if you don't log to stderr, nothing will be shown...
+        delete wxLog::SetActiveTarget(new wxLogStderr);
         wxString className(wxTheApp->GetClassName());
         wxLogError(_("wxWindows could not open display for '%s': exiting."),
                    (const char*) className);