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

[XaraXtreme-commits] Commit Complete



Commit by  : alex
Repository : xara
Revision   : 1697
Date       : Sun Aug 13 11:30:35 BST 2006

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

Change the name of the ResourceDir preference so I don't have to keep telling people to delete their preferences file in case they ran with a previous old version, which filled this in when it found a preference.


Diff:
Index: Trunk/XaraLX/wxOil/camelot.cpp
===================================================================
--- Trunk/XaraLX/wxOil/camelot.cpp	(revision 1696)
+++ Trunk/XaraLX/wxOil/camelot.cpp	(revision 1697)
@@ -797,7 +797,7 @@
 	}
 
 	// Check the resource dir exists
-	Camelot.DeclarePref( NULL, TEXT("ResourceDir"), &m_strResourceDirPathOverride );
+	Camelot.DeclarePref( NULL, TEXT("ResourceDirOverride"), &m_strResourceDirPathOverride );
 	m_strResourceDirPath = m_strResourceDirPathOverride; // this way, the path we find never gets put within the preferences
 	if( /*bFirstRun ||*/ m_strResourceDirPath == _T("") || !wxDir::Exists( (PCTSTR)m_strResourceDirPath ) ) // AB: don't need to do this on first run especially
 	{


Xara