]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/stdpaths.h
Committed Jaako's renderer patch
[wxWidgets.git] / include / wx / unix / stdpaths.h
index b2627508034e6d62c3f3d73cee8bbd1f49fb3bc2..2c5575196503a70f8af6f71ec8e2ca2f5fd06f49 100644 (file)
@@ -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_