Skip to content

Commit

Permalink
Replace "Match similar lines" with "Align similar lines" (WinMerge#2230
Browse files Browse the repository at this point in the history
…) (2)
  • Loading branch information
sdottaka committed Feb 29, 2024
1 parent c15957b commit 7c61aeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Docs/Users/Contributors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ Other Contributors (code, ideas, testing..):
* Mavaddat Javid
* Yutaka-Sawada
* myss
* vlakoff

WinMerge includes code from:
* Jared Breland <jbreland@legroom.net> (Installer's modpath script)
Expand Down
2 changes: 1 addition & 1 deletion Src/OptionsDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ inline const String OPT_CMP_IGNORE_EOL {_T("Settings/IgnoreEol"s)};
inline const String OPT_CMP_IGNORE_CODEPAGE {_T("Settings/IgnoreCodepage"s)};
inline const String OPT_CMP_METHOD {_T("Settings/CompMethod2"s)};
inline const String OPT_CMP_MOVED_BLOCKS {_T("Settings/MovedBlocks"s)};
inline const String OPT_CMP_ALIGN_SIMILAR_LINES {_T("Settings/AlignSimilarLines"s)};
inline const String OPT_CMP_ALIGN_SIMILAR_LINES {_T("Settings/MatchSimilarLines"s)};
inline const String OPT_CMP_STOP_AFTER_FIRST {_T("Settings/StopAfterFirst"s)};
inline const String OPT_CMP_QUICK_LIMIT {_T("Settings/QuickMethodLimit"s)};
inline const String OPT_CMP_BINARY_LIMIT {_T("Settings/BinaryMethodLimit"s)};
Expand Down

0 comments on commit 7c61aeb

Please sign in to comment.