Add system plugin descriptions.

This commit is contained in:
qianlifeng
2014-06-30 21:31:13 +08:00
parent 4ee0731472
commit fad6a406a1
24 changed files with 111 additions and 119 deletions

View File

@@ -32,7 +32,7 @@ namespace Wox.Plugin.SystemPlugins
}
public override string Name { get { return "URL handler"; } }
public override string Description { get { return "Open the typed URL..."; } }
public override string Description { get { return "Provide Opening the typed URL from Wox."; } }
public override string IcoPath { get { return "Images/url2.png"; } }
protected override void InitInternal(PluginInitContext context)