]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/crashrpt.cpp
Expose the Apple menu so it can be setup manually.
[wxWidgets.git] / src / msw / crashrpt.cpp
index 4bf374f676b875104fb1ad972fde62bf6f4187f2..c9d45cb1919a17b2cf346f554a11aff372cc9c7d 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     13.07.03
-// RCS-ID:      $Id$
 // Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -247,7 +246,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 */