- << GetAllMsgCatalogSubdirs("/usr/share/locale", lang) << wxPATH_SEP
- << GetAllMsgCatalogSubdirs("/usr/lib/locale", lang) << wxPATH_SEP
- << GetAllMsgCatalogSubdirs("/usr/local/share/locale", lang);
+ << GetAllMsgCatalogSubdirs(_T("/usr/share/locale"), lang) << wxPATH_SEP
+ << GetAllMsgCatalogSubdirs(_T("/usr/lib/locale"), lang) << wxPATH_SEP
+ << GetAllMsgCatalogSubdirs(_T("/usr/local/share/locale"), lang);