Missed logo and title

This commit is contained in:
Yaroslav Zyubanov
2014-06-04 17:26:41 +06:00
parent db1cd3efbc
commit 47a0642c4d
3 changed files with 22 additions and 0 deletions

View File

@@ -79,6 +79,21 @@ namespace Wox.Plugin.SystemPlugins
return string.Format("{0}{1}.png", ColorsDirectory.FullName, name.Substring(1));
}
public override string Name
{
get { return "Colors"; }
}
public override string Description
{
get { return string.Empty; }
}
public override string IcoPath
{
get { return "Images/color2.png"; }
}
protected override void InitInternal(PluginInitContext context)
{
}