]> git.saurik.com Git - wxWidgets.git/commit
Fix to wrong order of parameters. Used wxStringBase constructor has parameters in...
authorWłodzimierz Skiba <abx@abx.art.pl>
Thu, 14 Oct 2004 17:36:04 +0000 (17:36 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Thu, 14 Oct 2004 17:36:04 +0000 (17:36 +0000)
commit7663d0d4bf88b67c78957edf39c97e4510dc2fbf
tree7207f3ce31e84dfb6192f1bcffef5f78a13c864e
parent326a37f1484ae04edd588728526876c4c784405c
Fix to wrong order of parameters. Used wxStringBase constructor has parameters in reversed order in comparison to wxString (iirc due to stl::string compatibility).

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