[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : alex
Repository : xara
Revision : 1475
Date : Tue Jul 18 22:11:03 BST 2006
Changed paths:
M /Trunk/XaraLX/wxOil/imgmgkft.cpp
Read the first image from multi-image file formats
Diff:
Index: Trunk/XaraLX/wxOil/imgmgkft.cpp
===================================================================
--- Trunk/XaraLX/wxOil/imgmgkft.cpp (revision 1474)
+++ Trunk/XaraLX/wxOil/imgmgkft.cpp (revision 1475)
@@ -1367,7 +1367,7 @@
wxChar * IMargv[4];
// get filename in usable form
- cifn = camStrdup(GetTag()+_T(":")+(const TCHAR *)(InputPath.GetPath()));
+ cifn = camStrdup(GetTag()+_T(":")+(const TCHAR *)(InputPath.GetPath())+_T("[0]"));
cofn = camStrdup(wxString(_T("png:"))+TempFileName );
// Now convert the file
Xara