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

[XaraXtreme-commits] Commit Complete



Commit by  : luke
Repository : xara
Revision   : 1143
Date       : Sat May 20 14:09:05 BST 2006

Changed paths:
   M /Trunk/XaraLX/Kernel/app.cpp

Put the templates below xaralx, rather than xarlx


Diff:
Index: Trunk/XaraLX/Kernel/app.cpp
===================================================================
--- Trunk/XaraLX/Kernel/app.cpp	(revision 1142)
+++ Trunk/XaraLX/Kernel/app.cpp	(revision 1143)
@@ -617,7 +617,7 @@
 
 		// Put the path name into a string
 		String_256 strPathname( Pathname.get() );
-		strPathname += _T("/xarlx/");
+		strPathname += _T("/xaralx/");
 		PathName ModulePath(strPathname);
 
 		m_TemplatesPath = ModulePath.GetLocation(TRUE);
@@ -632,6 +632,8 @@
 			m_TemplatesPath = _T("/usr/share/xaralx/Templates/");
 #endif
 	}
+
+	TRACEUSER( "jlh92", _T("Using %s as template store
"), PCTSTR(m_TemplatesPath) );
 	
 	// Everything went ok
 	return TRUE;


Xara