Set the file name for temporary wxFFile objects.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 31 Jan 2012 19:38:45 +0000 (19:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 31 Jan 2012 19:38:45 +0000 (19:38 +0000)
commitd8b130867ce69cc7ae59f85aea7332306abd326e
treebe7f950f696b3c833154b6b375902420c47316cb
parent6ea6639cdfa9f735ea3e3b4115f15f7afd6515eb
Set the file name for temporary wxFFile objects.

Pass the name of the temporary file to wxFFile::Attach(). This allows to give
more useful error messages if any operation on this file fails later.

Closes #13903.

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