]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/stdpaths.h
Avoid warnings from VC++ 5.0
[wxWidgets.git] / include / wx / unix / stdpaths.h
index f809ac95471b84396d8bdadcf5de0065948de88b..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,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;