]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/fdrepdlg.cpp
Use the app name, not display name, as debug report name,
[wxWidgets.git] / src / generic / fdrepdlg.cpp
index 157ee8a1b5cfc6b439785382887d3dec6e85ada9..f9dd9b24d6a08598926544a2cb20ca4774106b65 100644 (file)
@@ -100,7 +100,7 @@ bool wxGenericFindReplaceDialog::Create(wxWindow *parent,
     SetData(data);
 
     wxCHECK_MSG( m_FindReplaceData, false,
-                 _T("can't create dialog without data") );
+                 wxT("can't create dialog without data") );
 
     bool isPda = (wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA);