Skip to content

Commit

Permalink
Update MenuBuilder.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jul 14, 2021
1 parent 4d83691 commit 41996d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DiffEngineTray/MenuBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ static ToolStripItem BuildDelete(TrackedDelete delete, Action accept)
return menu;
}

static ToolStripItem BuildMove(TrackedMove move, Action accept)
static ToolStripItem BuildMove(TrackedMove move, Action accept, Action discard)
{
var menu = new ToolStripDropDownButton($"{move.Name} ({move.Extension})");
menu.DropDownDirection = ToolStripDropDownDirection.Left;
Expand Down

0 comments on commit 41996d7

Please sign in to comment.