]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
added the mention of library in which each class is defined to the documentation...
[wxWidgets.git] / src / common / appcmn.cpp
index 8a33c3f31ffb4fec8ddebea7e090f5090b454aab..cf61da7e89cb76b92b0680ae325f65d19c507e1c 100644 (file)
@@ -456,8 +456,10 @@ wxMessageOutput *wxGUIAppTraitsBase::CreateMessageOutput()
     // wxMessageOutputMessageBox doesn't work under Motif
     #ifdef __WXMOTIF__
         return new wxMessageOutputLog;
-    #else
+    #elif wxUSE_MSGDLG
         return new wxMessageOutputMessageBox;
+    #else
+        return new wxMessageOutputStderr;
     #endif
 #endif // __UNIX__/!__UNIX__
 }