added wxStandardPaths::GetResourcesDir() and GetLocalizedResourcesDir()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-03-25 17:00:40 +00:00
parent cc4d990340
commit 3af9f2de59
9 changed files with 148 additions and 29 deletions

View File

@@ -278,7 +278,6 @@ wxString wxStandardPaths::GetPluginsDir() const
return wxFileName(wxGetFullModuleName()).GetPath();
}
// ============================================================================
// wxStandardPathsWin16 implementation
// ============================================================================