Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 8a8766e

Browse files
authored
Merge pull request #773 from github/fixes/compare-files-menu-broken
Fix "Compare Files" context menu.
2 parents 9ae12c7 + d6efc3b commit 8a8766e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/UI/Views/PullRequestDetailView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
DataContext and update the CommandParameter to the changed file -->
354354
<ContextMenu x:Key="FileContextMenu">
355355
<MenuItem Header="{x:Static prop:Resources.OpenFile}" Command="{Binding OpenFile}"/>
356-
<MenuItem Header="{x:Static prop:Resources.CompareFile}" Command="{Binding CompareFile}"/>
356+
<MenuItem Header="{x:Static prop:Resources.CompareFile}" Command="{Binding DiffFile}"/>
357357
</ContextMenu>
358358
</Grid.Resources>
359359

0 commit comments

Comments
 (0)