]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/log.cpp
linking fixes
[wxWidgets.git] / src / common / log.cpp
index 4ee9687b9f421527eba4c5d1134941ba188078d4..ffeeef2daa271ece8cc46173938cd2489f989825 100644 (file)
@@ -772,7 +772,7 @@ void wxOnAssert(const wxChar *szFile, int nLine, const wxChar *szMsg)
         // send it to the normal log destination
         wxLogDebug(szBuf);
 
-#if wxUSE_GUI || defined(__WXMSW__)
+#if (wxUSE_GUI && wxUSE_MSGDLG) || defined(__WXMSW__)
         // this message is intentionally not translated - it is for
         // developpers only
         wxStrcat(szBuf, wxT("\nDo you want to stop the program?\nYou can also choose [Cancel] to suppress further warnings."));