OSDN Git Service

PATCH: [ 2988974 ] Fix help locations
authorTim Gerundt <tim@gerundt.de>
Fri, 23 Apr 2010 08:46:54 +0000 (08:46 +0000)
committerTim Gerundt <tim@gerundt.de>
Fri, 23 Apr 2010 08:46:54 +0000 (08:46 +0000)
Docs/Users/ChangeLog.txt
Src/DirView.cpp
Src/Merge.cpp
Src/MergeEditView.cpp
Src/OpenDlg.cpp

index f094d90..5d537d7 100644 (file)
@@ -5,6 +5,7 @@ http://winmerge.org/tracker/[tracker-id]
 
 WinMerge 2.13.12
   Update copyright year to 2010
+  Fix help locations (#2988974)
   Bugfix: Strange scrolling effect in location pane (#2942869)
   Translation updates:
   - Chinese Traditional (#2954833)
index 9f1c31c..288f868 100644 (file)
@@ -62,7 +62,7 @@ static char THIS_FILE[] = __FILE__;
 /**
  * @brief Location for folder compare specific help to open.
  */
-static TCHAR DirViewHelpLocation[] = _T("::/htmlhelp/CompareDirs.html");
+static TCHAR DirViewHelpLocation[] = _T("::/htmlhelp/Compare_dirs.html");
 
 /**
  * @brief Limit (in seconds) to signal compare is ready for user.
index 5dda356..d753744 100644 (file)
@@ -70,7 +70,7 @@ static char THIS_FILE[] = __FILE__;
 
 
 /** @brief Location for command line help to open. */
-static TCHAR CommandLineHelpLocation[] = _T("::/htmlhelp/CommandLine.html");
+static TCHAR CommandLineHelpLocation[] = _T("::/htmlhelp/Command_line.html");
 
 /////////////////////////////////////////////////////////////////////////////
 // CMergeApp
index 64c1df2..27e360a 100644 (file)
@@ -61,7 +61,7 @@ const UINT IDT_RESCAN = 2;
 const UINT RESCAN_TIMEOUT = 1000;
 
 /** @brief Location for file compare specific help to open. */
-static TCHAR MergeViewHelpLocation[] = _T("::/htmlhelp/CompareFiles.html");
+static TCHAR MergeViewHelpLocation[] = _T("::/htmlhelp/Compare_files.html");
 
 /////////////////////////////////////////////////////////////////////////////
 // CMergeEditView
index 2a74d66..44b49a2 100644 (file)
@@ -58,7 +58,7 @@ const UINT CHECKFILES_TIMEOUT = 1000; // milliseconds
 static const TCHAR EMPTY_EXTENSION[] = _T(".*");
 
 /** @brief Location for Open-dialog specific help to open. */
-static TCHAR OpenDlgHelpLocation[] = _T("::/htmlhelp/OpenPaths.html");
+static TCHAR OpenDlgHelpLocation[] = _T("::/htmlhelp/Open_paths.html");
 
 /////////////////////////////////////////////////////////////////////////////
 // COpenDlg dialog