X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c320b3e32d8da0d3d09983e26efe01eb322b1b53..f98bd6d6cf33f0475b5d737a2968b42b7ea0009f:/include/wx/unix/stdpaths.h diff --git a/include/wx/unix/stdpaths.h b/include/wx/unix/stdpaths.h index f809ac9547..2c55751965 100644 --- a/include/wx/unix/stdpaths.h +++ b/include/wx/unix/stdpaths.h @@ -23,7 +23,7 @@ public: // // under some systems (currently only Linux) the program directory can be // determined automatically but for portable programs you should always set - // it explicitely + // it explicitly void SetInstallPrefix(const wxString& prefix); // get the program installation prefix @@ -41,6 +41,8 @@ public: virtual wxString GetLocalDataDir() const; virtual wxString GetUserDataDir() const; virtual wxString GetPluginsDir() const; + virtual wxString GetLocalizedResourcesDir(const wxChar *lang, + ResourceCat category) const; private: wxString m_prefix;