diff --git a/src/common/debugrpt.cpp b/src/common/debugrpt.cpp index 85a8a2f6c8..2acb3a0051 100644 --- a/src/common/debugrpt.cpp +++ b/src/common/debugrpt.cpp @@ -252,8 +252,8 @@ wxDebugReport::~wxDebugReport() wxString wxDebugReport::GetReportName() const { - if(wxTheApp) - return wxTheApp->GetAppDisplayName(); + if ( wxTheApp ) + return wxTheApp->GetAppName(); return wxT("wx"); }