projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mention wxTreeCtrl::SelectItem() fix of r60921
[wxWidgets.git]
/
src
/
os2
/
stdpaths.cpp
diff --git
a/src/os2/stdpaths.cpp
b/src/os2/stdpaths.cpp
index bd715391252651d5e497925781747b1af11474dc..f7ba58488bb956b6a117a3908f8182f81738acda 100644
(file)
--- a/
src/os2/stdpaths.cpp
+++ b/
src/os2/stdpaths.cpp
@@
-54,7
+54,7
@@
wxString wxStandardPaths::GetInstallPrefix() const
{
if ( m_prefix.empty() )
{
{
if ( m_prefix.empty() )
{
- wxStandardPaths *self =
wx_const_cast(wxStandardPaths *,
this);
+ wxStandardPaths *self =
const_cast<wxStandardPaths *>(
this);
self->m_prefix = _T("/usr/local");
}
self->m_prefix = _T("/usr/local");
}
@@
-82,7
+82,7
@@
wxString wxStandardPaths::GetDataDir() const
wxString wxStandardPaths::GetUserDataDir() const
{
wxString wxStandardPaths::GetUserDataDir() const
{
- return AppendApp
Name
(wxFileName::GetHomeDir() + _T("\\."));
+ return AppendApp
Info
(wxFileName::GetHomeDir() + _T("\\."));
}
wxString wxStandardPaths::GetPluginsDir() const
}
wxString wxStandardPaths::GetPluginsDir() const