Namespaces fix

This commit is contained in:
Yaroslav Zyubanov
2014-05-24 14:07:03 +06:00
parent 9eefd8839c
commit 33d7e40e7c
5 changed files with 18 additions and 22 deletions

View File

@@ -9,6 +9,7 @@ using System.Windows.Media;
using System.Windows.Media.Imaging;
using IWshRuntimeLibrary;
using Microsoft.VisualBasic.ApplicationServices;
using Wox.Converters;
using Wox.Infrastructure;
using Wox.Infrastructure.Storage;
using Wox.Infrastructure.Storage.UserSettings;
@@ -462,7 +463,7 @@ namespace Wox
() =>
pluginIcon.Source =
(ImageSource)
new Wox.ImagePathConverter().Convert(
new ImagePathConverter().Convert(
new object[] {pair.Metadata.IcoPath, pair.Metadata.PluginDirecotry}, null, null,
null));
}
@@ -479,7 +480,7 @@ namespace Wox
() =>
pluginIcon.Source =
(ImageSource)
new Wox.ImagePathConverter().Convert(
new ImagePathConverter().Convert(
new object[] { sys.IcoPath, sys.PluginDirectory }, null, null,
null));
}