OSDN Git Service

Fix Launch Help Path Error
authorFrank Li <lznuaa@gmail.com>
Sat, 28 Feb 2009 14:56:28 +0000 (22:56 +0800)
committerFrank Li <lznuaa@gmail.com>
Sat, 28 Feb 2009 14:56:28 +0000 (22:56 +0800)
Signed-off-by: Frank Li <lznuaa@gmail.com>
src/TortoiseProc/TortoiseProc.cpp

index 569b011..d19c3d6 100644 (file)
@@ -194,7 +194,7 @@ Click Yes to open setting dialog to setup MSysGit Path"),
        sHelppath = sHelppath.MakeLower();\r
        // MFC uses a help file with the same name as the application by default,\r
        // which means we have to change that default to our language specific help files\r
-       sHelppath.Replace(_T("tortoiseproc.chm"), _T("TortoiseSVN_en.chm"));\r
+       sHelppath.Replace(_T("tortoiseproc.chm"), _T("TortoiseGit_en.chm"));\r
        free((void*)m_pszHelpFilePath);\r
        m_pszHelpFilePath=_tcsdup(sHelppath);\r
        sHelppath = CPathUtils::GetAppParentDirectory() + _T("Languages\\TortoiseGit_en.chm");\r