]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/crashrpt.h
Fix wxPropertyGrid::GetPropertyRect when the last item is collapsed.
[wxWidgets.git] / include / wx / msw / crashrpt.h
index 6e7b725512f9e4fd65e10386c53b62d78b852f18..f354b482c236bdd790e56d8b3cbb3412e0acf9e8 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     13.07.2003
-// RCS-ID:      $Id$
 // Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -24,7 +23,7 @@ struct _EXCEPTION_POINTERS;
 
 enum
 {
-    // we always report where the crash occured
+    // we always report where the crash occurred
     wxCRASH_REPORT_LOCATION = 0,
 
     // if this flag is given, the call stack is dumped
@@ -94,10 +93,10 @@ struct WXDLLIMPEXP_BASE wxCrashReport
 {
     // set the name of the file to which the report is written, it is
     // constructed from the .exe name by default
-    static void SetFileName(const wxChar *filename);
+    static void SetFileName(const wxString& filename);
 
     // return the current file name
-    static const wxChar *GetFileName();
+    static wxString GetFileName();
 
     // write the exception report to the file, return true if it could be done
     // or false otherwise