+ virtual wxString GetLocalizedResourcesDir(const wxString& lang,
+ ResourceCat category) const;
+#ifndef __VMS
+ virtual wxString GetDocumentsDir() const;
+#endif
+
+protected:
+ // Ctor is protected, use wxStandardPaths::Get() instead of instantiating
+ // objects of this class directly.
+ wxStandardPaths() { }
+
+private:
+ wxString m_prefix;