]> git.saurik.com Git - wxWidgets.git/commit
Don't create temporary file in wxDebugReport ctor.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Mar 2013 17:27:31 +0000 (17:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Mar 2013 17:27:31 +0000 (17:27 +0000)
commitcc00695bb7dc968c097329ca62545ae9d847b972
tree915611aeb64c9b9273dda6fa6251ad85d7d2ba91
parent0b289133089a070e3538214cfd73209b65b8ff5c
Don't create temporary file in wxDebugReport ctor.

Just use wxFileName::GetTempDir() instead of creating a file in the temporary
directory and then using its path.

Closes #15103.

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