This commit is contained in:
bao-qian
2016-08-19 23:24:21 +01:00
parent 69c00d272b
commit 9e033d1673
16 changed files with 99 additions and 53 deletions

View File

@@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Windows.Controls;
using Wox.Infrastructure;
@@ -162,7 +161,7 @@ namespace Wox.Plugin.Program
}
if (_settings.EnableRegistrySource)
{
var source3 = new AppPathsProgramSource();
var source3 = new AppPathsPrograms();
sources.Add(source3);
}