From fccb05ece976433d7f41182d80bf4e02b74fc420 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Wed, 14 Nov 2007 15:39:27 +0100 Subject: [PATCH] WinGit(Inno): Rename shell extension to "Git Bash Here" The Windows Explorer shell extension was still called "Git Shell Here", although all other places refer to it as "Git Bash Here". This was fixed. --- share/WinGit/install.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/WinGit/install.iss b/share/WinGit/install.iss index e481344a..acf30307 100644 --- a/share/WinGit/install.iss +++ b/share/WinGit/install.iss @@ -362,7 +362,7 @@ begin end; if IsTaskSelected('shellextension') then begin - RegWriteStringValue(RootKey,'SOFTWARE\Classes\Directory\shell\git_shell','','Git &Shell Here'); + RegWriteStringValue(RootKey,'SOFTWARE\Classes\Directory\shell\git_shell','','Git &Bash Here'); RegWriteStringValue(RootKey,'SOFTWARE\Classes\Directory\shell\git_shell\command','','cmd.exe /c "pushd "%1" && "'+AppDir+'\bin\sh.exe" --login -i"'); end; -- 2.11.4.GIT