]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/intl.cpp
Misc fixes
[wxWidgets.git] / src / common / intl.cpp
index b32d28e5d50ef825d0f415e83b983a93ba79ddb1..69379ff601910ee7abe0afdc71bfee707714af42 100644 (file)
@@ -298,7 +298,7 @@ static wxString GetFullSearchPath(const wxChar *lang)
 
     // then take the current directory
     // FIXME it should be the directory of the executable
-    searchPath << GetAllMsgCatalogSubdirs(wxT("."), lang) << wxPATH_SEP;
+    searchPath << GetAllMsgCatalogSubdirs(wxT("."), lang);
 
     // and finally add some standard ones
     searchPath