]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
Mention wxGTK wxAnimation implementation limitations in the docs.
[wxWidgets.git] / src / common / filefn.cpp
index 3fe29bbe8b024c0764b61fcb653240e257b045f8..d7ed0b83fdd1b856d63841d2690ac747f2fcfa73 100644 (file)
@@ -1345,7 +1345,7 @@ wxString wxFindFirstFile(const wxString& spec, int flags)
 
     if ( !gs_dir->IsOpened() )
     {
-        wxLogSysError(_("Can not enumerate files '%s'"), spec);
+        wxLogSysError(_("Cannot enumerate files '%s'"), spec);
         return wxEmptyString;
     }