X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57ba8fb85809cf56dc3a8b18428488a6a21276b6..5b8f917c3007b1776f55cba6b71843b83d412bf3:/src/msw/crashrpt.cpp diff --git a/src/msw/crashrpt.cpp b/src/msw/crashrpt.cpp index 7762c9848a..c3411045b4 100644 --- a/src/msw/crashrpt.cpp +++ b/src/msw/crashrpt.cpp @@ -173,7 +173,7 @@ enum SymbolTag // ---------------------------------------------------------------------------- // low level wxBusyCursor replacement: we use Win32 API directly here instead -// of going through wxWindows calls as this could be dangerous +// of going through wxWidgets calls as this could be dangerous class BusyCursor { public: @@ -1220,7 +1220,7 @@ bool wxCrashReportImpl::Generate( #else // !wxUSE_DBGHELP Output(_T("Support for crash report generation was not included ") - _T("in this wxWindows version.")); + _T("in this wxWidgets version.")); #endif // wxUSE_DBGHELP/!wxUSE_DBGHELP return false;