Fixes incorrect command

This commit is contained in:
Eric Amodio
2017-05-14 01:48:26 -04:00
parent 1acc183621
commit 361789f859

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;
} }