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

Commit ce84334

Browse files
authored
Merge pull request #957 from github/fixes/shareddictionarymanager-merge
Fix compile error introduced in merge.
2 parents 0d98d35 + 882440b commit ce84334

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/GitHub.VisualStudio/Resources/icons/question.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Viewbox xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
22
Width="1024" Height="1024">
33
<Border BorderBrush="Transparent" BorderThickness="1">
4-
<ui:OcticonImage xmlns:cache="clr-namespace:GitHub.VisualStudio.Helpers"
5-
xmlns:ui="clr-namespace:GitHub.UI;assembly=GitHub.UI"
6-
Foreground="#00458D"
7-
Icon="question">
4+
<ui:OcticonImage xmlns:cache="clr-namespace:GitHub.UI.Helpers;assembly=GitHub.UI"
5+
xmlns:ui="clr-namespace:GitHub.UI;assembly=GitHub.UI"
6+
Foreground="#00458D"
7+
Icon="question">
88
<ui:OcticonImage.Resources>
99
<ResourceDictionary>
1010
<ResourceDictionary.MergedDictionaries>

0 commit comments

Comments
 (0)