Mercurial > hg > easyhg-kdiff3
changeset 20:a19621f04aa6
Addition of the WinCVS integration
author | friseb123 |
---|---|
date | Tue, 07 Oct 2003 16:25:13 +0000 |
parents | 59cf49d1fb90 |
children | a45e2c45f410 |
files | kdiff3/src/kdiff3.nsi |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/kdiff3/src/kdiff3.nsi Tue Oct 07 14:55:47 2003 +0000 +++ b/kdiff3/src/kdiff3.nsi Tue Oct 07 16:25:13 2003 +0000 @@ -189,6 +189,13 @@ SectionEnd +Section "WinCVS Integration" SecStart 7 + + WriteRegStr HKEY_CURRENT_USER "Software\WinCvs\wincvs\CVS settings" "P_Extdiff" '"$INSTDIR\kdiff3.exe"' + WriteRegBin HKEY_CURRENT_USER "Software\WinCvs\wincvs\CVS settings" "P_DiffUseExtDiff" 01 + +SectionEnd + Section "Start of the application" SecStart 6 Exec "$INSTDIR\kdiff3.exe"