OSDN Git Service

Open 2.4 manual (update link)
authorKimmo Varis <kimmov@gmail.com>
Sat, 29 Oct 2005 18:14:08 +0000 (18:14 +0000)
committerKimmo Varis <kimmov@gmail.com>
Sat, 29 Oct 2005 18:14:08 +0000 (18:14 +0000)
Src/Changes.txt
Src/MainFrm.cpp

index bec56ab..fa6a3fd 100644 (file)
@@ -1,6 +1,8 @@
 2005-10-29 Kimmo
  PATCH: [ 1341183 ] Fix VSS checkout canceling
   Src: DirActions.cpp MainFrm.cpp
+ Open 2.4 manual (update link)
+  Src: MainFrm.cpp
 
 2005-10-25 Perry
  PATCH: [ 1334444 ] Remove needless (& therefore confusing) cast
index 52d612a..1d8f173 100644 (file)
@@ -156,7 +156,7 @@ static UINT indicators[] =
 };
 
 static const TCHAR DocsPath[] = _T("\\Docs\\Manual\\index.html");
-static const TCHAR DocsURL[] = _T("http://winmerge.org/2.2/manual/index.html");
+static const TCHAR DocsURL[] = _T("http://winmerge.org/2.4/manual/index.html");
 
 /////////////////////////////////////////////////////////////////////////////
 // CMainFrame construction/destruction