]> git.saurik.com Git - wxWidgets.git/commitdiff
small fix to the msg catalog search path
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 22 Mar 2000 12:32:46 +0000 (12:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 22 Mar 2000 12:32:46 +0000 (12:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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