git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38369
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
return wxFileName::GetHomeDir();
}
return wxFileName::GetHomeDir();
}
-wxString wxStandardPaths::GetPluginsDir() const
-{
- return wxString();
-}
-
// ============================================================================
// wxStandardPaths implementation for VMS
// ============================================================================
// ============================================================================
// wxStandardPaths implementation for VMS
// ============================================================================
{
wx_const_cast(wxStandardPaths *, this)->m_prefix = wxT("/sys$system");
}
{
wx_const_cast(wxStandardPaths *, this)->m_prefix = wxT("/sys$system");
}
}
wxString wxStandardPaths::GetConfigDir() const
}
wxString wxStandardPaths::GetConfigDir() const
return wxFileName::GetHomeDir();
}
return wxFileName::GetHomeDir();
}
+wxString wxStandardPaths::GetPluginsDir() const
+{
+ return wxString(); // TODO: this is wrong, it should return something
+}
+
#else // !__VMS
// ============================================================================
#else // !__VMS
// ============================================================================
return AppendAppName(wxFileName::GetHomeDir() + _T("/."));
}
return AppendAppName(wxFileName::GetHomeDir() + _T("/."));
}
+wxString wxStandardPaths::GetPluginsDir() const
+{
+ return AppendAppName(GetInstallPrefix() + _T("/lib"));
+}
+
#endif // __VMS/!__VMS
#endif // wxUSE_STDPATHS
#endif // __VMS/!__VMS
#endif // wxUSE_STDPATHS