return wxStandardPathsBase::GetLocalizedResourcesDir(lang, category);
}
+wxString wxStandardPaths::GetExecutablePath() const
+{
+ return wxStandardPathsBase::GetExecutablePath();
+}
+
#else // !__VMS
// ============================================================================