]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dir.cpp
Several corrections to wxDocManager fields documentation.
[wxWidgets.git] / src / msw / dir.cpp
index 672397394b01c976ad537e07d4837674111e6ef4..bb059dc99292e3d4546b9a98a23ad07f9bace458 100644 (file)
@@ -208,7 +208,7 @@ bool wxDirData::Read(wxString *filename)
 
         if ( err != ERROR_FILE_NOT_FOUND && err != ERROR_NO_MORE_FILES )
         {
-            wxLogSysError(err, _("Can not enumerate files in directory '%s'"),
+            wxLogSysError(err, _("Cannot enumerate files in directory '%s'"),
                           m_dirname.c_str());
         }
 #endif // __WIN32__