projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
no changes, just clarified meaning of various conversion functions in a comment
[wxWidgets.git]
/
src
/
os2
/
stdpaths.cpp
diff --git
a/src/os2/stdpaths.cpp
b/src/os2/stdpaths.cpp
index bd715391252651d5e497925781747b1af11474dc..98cf196f241f3a38be6c21fb88bd75aefe24cb92 100644
(file)
--- a/
src/os2/stdpaths.cpp
+++ b/
src/os2/stdpaths.cpp
@@
-82,7
+82,7
@@
wxString wxStandardPaths::GetDataDir() const
wxString wxStandardPaths::GetUserDataDir() const
{
- return AppendApp
Name
(wxFileName::GetHomeDir() + _T("\\."));
+ return AppendApp
Info
(wxFileName::GetHomeDir() + _T("\\."));
}
wxString wxStandardPaths::GetPluginsDir() const