file to the cwd.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13323
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( !fn.IsAbsolute() )
fn.Normalize();
if ( !fn.IsAbsolute() )
fn.Normalize();
- wxTempFile fileTmp(fn.GetFullName());
+ wxTempFile fileTmp(fn.GetFullPath());
if ( !fileTmp.IsOpened() ) {
wxLogError(_("can't write buffer '%s' to disk."), m_strBufferName.c_str());
if ( !fileTmp.IsOpened() ) {
wxLogError(_("can't write buffer '%s' to disk."), m_strBufferName.c_str());