unify file encoding

This commit is contained in:
Paddy Xu
2017-07-23 22:43:17 +03:00
parent 2820b840e4
commit 2ef607ecb9
50 changed files with 68 additions and 52 deletions

View File

@@ -23,7 +23,6 @@ using System.Linq;
using System.Reflection;
using QuickLook.ExtensionMethods;
using QuickLook.Plugin;
using QuickLook.Plugin.InfoPanel;
namespace QuickLook
{
@@ -36,7 +35,7 @@ namespace QuickLook
LoadPlugins();
}
internal IViewer DefaultPlugin { get; } = new PluginInterface();
internal IViewer DefaultPlugin { get; } = new Plugin.InfoPanel.Plugin();
internal List<IViewer> LoadedPlugins { get; private set; } = new List<IViewer>();