]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dir.cpp
set TOOLKIT to WINCE for VC8 builds targeting pocketpc2003
[wxWidgets.git] / src / msw / dir.cpp
index ae9d7ddb9b573b2fc7989c9ec16b6b02c343da0c..5525d72a611517124ccef1474efe02717e140c28 100644 (file)
@@ -201,7 +201,7 @@ bool wxDirData::Read(wxString *filename)
 
         if ( err != ERROR_FILE_NOT_FOUND && err != ERROR_NO_MORE_FILES )
         {
-            wxLogSysError(err, wxString(_("Can not enumerate files in directory '%s'")),
+            wxLogSysError(err, _("Can not enumerate files in directory '%s'"),
                           m_dirname.c_str());
         }
 #endif // __WIN32__