Clean up of string operations in wxSVGFileDC code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Apr 2011 16:37:58 +0000 (16:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Apr 2011 16:37:58 +0000 (16:37 +0000)
commit85675f10197e20f227b9e4277401f3623fed2895
treec9a92a7a2c3f49fc9960915d578b16f18e626f3e
parent403695b3236ce0ccca5ba7493736926566c9addc
Clean up of string operations in wxSVGFileDC code.

Use operator+=() instead of "s = s + ...".

See #13086.

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