|
@@ -94,25 +94,31 @@ CString CClipCompare::GetComparePath(CString ¶ms)
|
|
|
return path;
|
|
return path;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- path = _T("C:\\Program Files (x86)\\Beyond Compare 3\\BCompare.exe");
|
|
|
|
|
- if(FileExists(path))
|
|
|
|
|
|
|
+ path = _T("C:\\Program Files\\Beyond Compare 5\\BCompare.exe");
|
|
|
|
|
+ if (FileExists(path))
|
|
|
{
|
|
{
|
|
|
return path;
|
|
return path;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- path = _T("C:\\Program Files\\Beyond Compare 3\\BCompare.exe");
|
|
|
|
|
- if(FileExists(path))
|
|
|
|
|
|
|
+ path = _T("C:\\Program Files (x86)\\Beyond Compare 4\\BCompare.exe");
|
|
|
|
|
+ if (FileExists(path))
|
|
|
{
|
|
{
|
|
|
return path;
|
|
return path;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- path = _T("C:\\Program Files (x86)\\Beyond Compare 4\\BCompare.exe");
|
|
|
|
|
|
|
+ path = _T("C:\\Program Files\\Beyond Compare 4\\BCompare.exe");
|
|
|
if (FileExists(path))
|
|
if (FileExists(path))
|
|
|
{
|
|
{
|
|
|
return path;
|
|
return path;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- path = _T("C:\\Program Files\\Beyond Compare 4\\BCompare.exe");
|
|
|
|
|
|
|
+ path = _T("C:\\Program Files (x86)\\Beyond Compare 3\\BCompare.exe");
|
|
|
|
|
+ if (FileExists(path))
|
|
|
|
|
+ {
|
|
|
|
|
+ return path;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ path = _T("C:\\Program Files\\Beyond Compare 3\\BCompare.exe");
|
|
|
if (FileExists(path))
|
|
if (FileExists(path))
|
|
|
{
|
|
{
|
|
|
return path;
|
|
return path;
|