/////////////////////////////////////////////////////////////////////////////
-// Name: msw/crashrpt.cpp
+// Name: src/msw/crashrpt.cpp
// Purpose: code to generate crash dumps (minidumps)
// Author: Vadim Zeitlin
// Modified by:
/* 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 */