Skip to content

Commit fb596db

Browse files
committed
Merge branch 'CodeExplorer' of https://github.com/retailcoder/Rubberduck.git
2 parents a49f845 + 0c38e59 commit fb596db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RetailCoder.VBE/Rubberduck.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
</Reference>
243243
<Reference Include="PresentationCore" />
244244
<Reference Include="PresentationFramework" />
245-
<Reference Include="PresentationFramework.Aero2" />
245+
<Reference Include="PresentationFramework.Aero" />
246246
<Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
247247
<EmbedInteropTypes>True</EmbedInteropTypes>
248248
</Reference>

RetailCoder.VBE/UI/ToDoItems/ToDoExplorerControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
xmlns:resx="clr-namespace:Rubberduck.UI"
77
xmlns:toDoItems="clr-namespace:Rubberduck.UI.ToDoItems"
88
xmlns:controls="clr-namespace:Rubberduck.Controls"
9-
xmlns:themes="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero2" x:Class="Rubberduck.UI.ToDoItems.ToDoExplorerControl"
9+
xmlns:themes="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero" x:Class="Rubberduck.UI.ToDoItems.ToDoExplorerControl"
1010
Language="{UICulture}"
1111
mc:Ignorable="d"
1212
d:DesignHeight="300" d:DesignWidth="300" d:DataContext="{d:DesignInstance {x:Type toDoItems:ToDoExplorerViewModel}, IsDesignTimeCreatable=False}">

0 commit comments

Comments
 (0)