Search path correction (in line with intl.cpp)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -148,11 +148,10 @@ code, see the instructions in
|
|||||||
\func{void}{AddCatalogLookupPathPrefix}{\param{const wxString\& }{prefix}}
|
\func{void}{AddCatalogLookupPathPrefix}{\param{const wxString\& }{prefix}}
|
||||||
|
|
||||||
Add a prefix to the catalog lookup path: the message catalog files will be
|
Add a prefix to the catalog lookup path: the message catalog files will be
|
||||||
looked up under prefix/<lang>/LC\_MESSAGES, prefix/LC\_MESSAGES and prefix
|
looked up under prefix/<lang>/LC\_MESSAGES, prefix/<lang> and prefix
|
||||||
(in this order).
|
(in this order).
|
||||||
|
|
||||||
This only applies to subsequent invocations of AddCatalog()!
|
This only applies to subsequent invocations of AddCatalog().
|
||||||
|
|
||||||
|
|
||||||
\membersection{wxLocale::AddLanguage}\label{wxlocaleaddlanguage}
|
\membersection{wxLocale::AddLanguage}\label{wxlocaleaddlanguage}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user