projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Complete rebake with web libraries to allow easier testing.
[wxWidgets.git]
/
src
/
common
/
filefn.cpp
diff --git
a/src/common/filefn.cpp
b/src/common/filefn.cpp
index 3fe29bbe8b024c0764b61fcb653240e257b045f8..d7ed0b83fdd1b856d63841d2690ac747f2fcfa73 100644
(file)
--- a/
src/common/filefn.cpp
+++ b/
src/common/filefn.cpp
@@
-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;
}