Skip to content

Commit 284a618

Browse files
committed
Move to converters directory
1 parent edbf488 commit 284a618

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Rubberduck.Core/UI/Controls/ToolBar.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
xmlns:themes="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero"
4-
xmlns:converters="clr-namespace:Rubberduck.UI.Inspections">
4+
xmlns:converters="clr-namespace:Rubberduck.UI.Converters">
55

66
<BooleanToVisibilityConverter x:Key="BoolToVisibility"/>
77

0 commit comments

Comments
 (0)