OSDN Git Service

OptionsDef.h: Rename Settings/CompMethod to Settings/CompMethod2
authorsdottaka <sdottaka@users.sourceforge.net>
Fri, 16 Jan 2015 08:27:22 +0000 (17:27 +0900)
committersdottaka <sdottaka@users.sourceforge.net>
Fri, 16 Jan 2015 08:27:22 +0000 (17:27 +0900)
--HG--
branch : stable

Src/OptionsDef.h

index 731d8fa..5f78ee9 100644 (file)
@@ -151,7 +151,7 @@ const TCHAR OPT_CMP_IGNORE_BLANKLINES[] = _T("Settings/IgnoreBlankLines");
 const TCHAR OPT_CMP_FILTER_COMMENTLINES[] = _T("Settings/FilterCommentsLines");
 const TCHAR OPT_CMP_IGNORE_CASE[] = _T("Settings/IgnoreCase");
 const TCHAR OPT_CMP_IGNORE_EOL[] = _T("Settings/IgnoreEol");
-const TCHAR OPT_CMP_METHOD[] = _T("Settings/CompMethod");
+const TCHAR OPT_CMP_METHOD[] = _T("Settings/CompMethod2");
 const TCHAR OPT_CMP_MOVED_BLOCKS[] = _T("Settings/MovedBlocks");
 const TCHAR OPT_CMP_MATCH_SIMILAR_LINES[] = _T("Settings/MatchSimilarLines");
 const TCHAR OPT_CMP_STOP_AFTER_FIRST[] = _T("Settings/StopAfterFirst");