projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
missing commit
[wxWidgets.git]
/
src
/
msw
/
crashrpt.cpp
diff --git
a/src/msw/crashrpt.cpp
b/src/msw/crashrpt.cpp
index 4bf374f676b875104fb1ad972fde62bf6f4187f2..e618107487f433121cc0a410f8cf8c9bcf0a7bfe 100644
(file)
--- a/
src/msw/crashrpt.cpp
+++ b/
src/msw/crashrpt.cpp
@@
-247,7
+247,7
@@
bool wxCrashReportImpl::Generate(int flags, EXCEPTION_POINTERS *ep)
/* static */
void wxCrashReport::SetFileName(const wxString& filename)
{
- wxStrlcpy(gs_reportFilename, filename.
wx
_str(), WXSIZEOF(gs_reportFilename));
+ wxStrlcpy(gs_reportFilename, filename.
t
_str(), WXSIZEOF(gs_reportFilename));
}
/* static */