Skip to content

Commit

Permalink
"Open Git Bash Here" instead of "Git Bash Here"
Browse files Browse the repository at this point in the history
  • Loading branch information
fcharlie committed Jul 9, 2023
1 parent 3ed7985 commit 207321f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 1 addition & 1 deletion extensions/git/shellext.cc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class __declspec(uuid("C6475E81-139F-4FD9-B758-20B68BA7F60C")) OpenGitBashHere
public:
// IExplorerCommand
IFACEMETHODIMP GetTitle(_In_opt_ IShellItemArray *items, _Outptr_result_nullonfailure_ PWSTR *ppszTitle) {
return SHStrDup(L"Git Bash Here", ppszTitle);
return SHStrDup(L"Open Git Bash Here", ppszTitle);
}
IFACEMETHODIMP GetIcon(_In_opt_ IShellItemArray *, _Outptr_result_nullonfailure_ PWSTR *ppszIcon) {
bela::error_code ec;
Expand Down

0 comments on commit 207321f

Please sign in to comment.