X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a613d31a3fc41a95a64d3fc0c2ddcba5686957a..f5a9eef7c76b6f13c09c3cafb30a91cf12c00b29:/include/wx/unix/stdpaths.h diff --git a/include/wx/unix/stdpaths.h b/include/wx/unix/stdpaths.h index b262750803..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,11 @@ 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; }; #endif // _WX_UNIX_STDPATHS_H_