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)); 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) protected override void InitInternal(PluginInitContext context)
{ {
} }

BIN
Wox/Images/color2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -367,6 +367,13 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource> </Resource>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Resource Include="Images\color2.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\url1.png" />
<Resource Include="Images\url2.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<PropertyGroup> <PropertyGroup>