rename plugin main file, part 2

This commit is contained in:
bao-qian
2016-05-07 03:55:09 +01:00
parent 52a4bfa25f
commit db5f45da83
23 changed files with 29 additions and 32 deletions

View File

@@ -5,7 +5,7 @@ using System.Text.RegularExpressions;
namespace Wox.Plugin.Url
{
public class UrlPlugin : IPlugin, IPluginI18n
public class Main : IPlugin, IPluginI18n
{
//based on https://gist.github.com/dperini/729294
private const string urlPattern = "^" +