X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b2f7b6d75886325b818d46b8c6250b4d6431ccc..89511b42686033f8cb7e8a110580847bc2470b08:/src/msw/utils.cpp?ds=sidebyside diff --git a/src/msw/utils.cpp b/src/msw/utils.cpp index e7445c3fcb..a002517d25 100644 --- a/src/msw/utils.cpp +++ b/src/msw/utils.cpp @@ -303,7 +303,7 @@ bool wxGetUserName(wxChar *buf, int maxSize) // Get the computer name of a DC for the domain. if ( NetGetDCName( NULL, wszDomain, &ComputerName ) != NERR_Success ) { - wxLogError(wxT("Can not find domain controller")); + wxLogError(wxT("Cannot find domain controller")); goto error; }