[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-commits] Commit Complete



Commit by  : luke
Repository : xara
Revision   : 796
Date       : Mon Apr 10 14:25:37 BST 2006

Changed paths:
   M /Trunk/XaraLX/wxOil/camelot.cpp

Just use 'full path' for MRU files


Diff:
Index: Trunk/XaraLX/wxOil/camelot.cpp
===================================================================
--- Trunk/XaraLX/wxOil/camelot.cpp	(revision 795)
+++ Trunk/XaraLX/wxOil/camelot.cpp	(revision 796)
@@ -786,7 +786,8 @@
 
 	if( Index < INT32(pFileHist->GetCount()) )
 	{
-		*pszText = pFileHist->GetHistoryFile( Index );
+		wxFileName	deconstruct( pFileHist->GetHistoryFile( Index ) );
+		*pszText = deconstruct.GetFullName();
 		return true;
 	}
 


Xara