Browse Source

Fixes incorrect command

main
Eric Amodio 7 years ago
parent
commit
361789f859
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/blameActiveLineController.ts

+ 1
- 1
src/blameActiveLineController.ts View File

@ -272,7 +272,7 @@ export class BlameActiveLineController extends Disposable {
case StatusBarCommand.ShowQuickFileHistory: case StatusBarCommand.ShowQuickFileHistory:
this._statusBarItem.tooltip = 'Show File History'; this._statusBarItem.tooltip = 'Show File History';
break; break;
case StatusBarCommand.ShowQuickFileHistory:
case StatusBarCommand.ShowQuickCurrentBranchHistory:
this._statusBarItem.tooltip = 'Show Branch History'; this._statusBarItem.tooltip = 'Show Branch History';
break; break;
} }

Loading…
Cancel
Save