]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/app.cpp
-1, TRUE/true, FALSE/false and tabs replacements.
[wxWidgets.git] / src / motif / app.cpp
index 4ff6242196d5f921b8d76553ed6bf42062d377f2..30ddd80a6d13a551d773f0b145ea8195e5c123c7 100644 (file)
@@ -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);
     }