projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1fb0852
)
Fix typo in wxConfig example in the documentation.
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sat, 24 Aug 2013 01:03:47 +0000
(
01:03
+0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sat, 24 Aug 2013 01:03:47 +0000
(
01:03
+0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74698
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
interface/wx/config.h
patch
|
blob
|
blame
|
history
diff --git
a/interface/wx/config.h
b/interface/wx/config.h
index 42516ab7ac98a61f3b2ffb56ad11017b768aec5a..aa38426fda8461b915b811aaa735da9e979696ef 100644
(file)
--- a/
interface/wx/config.h
+++ b/
interface/wx/config.h
@@
-790,7
+790,7
@@
public:
# config file for my program
UserData = $HOME/data
# config file for my program
UserData = $HOME/data
- # the following syntax is val
u
d only under Windows
+ # the following syntax is val
i
d only under Windows
UserData = %windir%\\data.dat
@endcode
UserData = %windir%\\data.dat
@endcode