]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
Don't close arcs drawn in wxPostScriptDC.
[wxWidgets.git] / src / msw / utils.cpp
index e7445c3fcbd494d546a66b0f406cfac28a889cff..a002517d25bdf54ec63a37a50a77e10f1746c28a 100644 (file)
@@ -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;
     }