]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/log.h
Added SetMin/SetMax
[wxWidgets.git] / include / wx / log.h
index 758c44e6e83ed355c05ad4499a736b9bdf853f93..a2670f451d9f80f17b1a62fe35333b8614fa2887 100644 (file)
@@ -530,8 +530,8 @@ wxSafeShowMessage(const wxString& title, const wxString& text);
                    (long)rc, wxSysErrorMsg(rc))
 #else // !VC++
     #define wxLogApiError(api, rc)                                            \
-        wxLogDebug(wxT("In file %s at line %d: '%s' failed with "             \
-                       "error 0x%08lx (%s)."),                                \
+        wxLogDebug(wxT("In file %s at line %d: '%s' failed with ")            \
+                   wxT("error 0x%08lx (%s)."),                                \
                    __TFILE__, __LINE__, api,                                  \
                    (long)rc, wxSysErrorMsg(rc))
 #endif // VC++/!VC++