X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a2e3d8c47db7f95d504ecd45f58b96c56572dd1..f8405d6e6fc2a361d9710dfdaea0b158952803aa:/src/motif/app.cpp diff --git a/src/motif/app.cpp b/src/motif/app.cpp index 4ff6242196..30ddd80a6d 100644 --- a/src/motif/app.cpp +++ b/src/motif/app.cpp @@ -207,7 +207,7 @@ bool wxApp::OnInitGui() // if you don't log to stderr, nothing will be shown... delete wxLog::SetActiveTarget(new wxLogStderr); wxString className(wxTheApp->GetClassName()); - wxLogError(_("wxWindows could not open display for '%s': exiting."), + wxLogError(_("wxWidgets could not open display for '%s': exiting."), className.c_str()); exit(-1); }