OSDN Git Service

Git log basic work but graph tree is wrong when scroll
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / LogFile.h
index 9ff6011..b009330 100644 (file)
@@ -25,7 +25,7 @@
  * \ingroup TortoiseProc\r
  * CLogFile implements a log file with a limited size.\r
  * The log file consists of multiple lines. The amount of lines can\r
- * be limited with the registry entry Software\\TortoiseSVN\\MaxLinesInLogfile\r
+ * be limited with the registry entry Software\\TortoiseGit\\MaxLinesInLogfile\r
  * and defaults to 4000 lines.\r
  */\r
 class CLogFile\r
@@ -37,7 +37,7 @@ public:
        /**\r
         * Opens the log file and reads its contents\r
         */\r
-       bool    Open(const CTSVNPath& logfile);\r
+       bool    Open(const CTGitPath& logfile);\r
        /**\r
         * Opens the default log file for TortoiseSVN and reads its contents\r
         */\r