]> git.saurik.com Git - wxWidgets.git/commit
Allow using '(' and ')' in wxFileConfig entry names unescaped.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Dec 2011 22:11:11 +0000 (22:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Dec 2011 22:11:11 +0000 (22:11 +0000)
commit8709d9472bc45411b2123a82a8e6df2da21b3ffa
treefbb56189e48a9aa84042a825ee08e19344fa1bfc
parentc75e580c0e41709944e7191e5ebc4938c4bedbe8
Allow using '(' and ')' in wxFileConfig entry names unescaped.

There is no real reason to escape the parentheses in the key entries, they're
not special.

Closes #13584.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/fileconf.cpp