Commit 15dbdb67 authored by Ivan.Shulga's avatar Ivan.Shulga Committed by Alexander Trofimov

paths

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59503 954022d7-b5bf-4e40-9824-e11837661b57
parent 4a2b0f0f
......@@ -179,7 +179,7 @@ namespace NSBinPptxRW
strExts = _T(".png");
strImage.Format(_T("image%d"), m_lIndexNextImage++);
CString strOutput = m_strDstMedia + _T("\\") + strImage + strExts;
CString strOutput = m_strDstMedia + _T("/") + strImage + strExts;
if (!m_bIsWord)
strImage = _T("../media/") + strImage + strExts;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment