fix a null references issues.

This commit is contained in:
qianlifeng
2014-03-16 22:51:50 +08:00
parent a7b3ef34d8
commit 69890972bc
4 changed files with 6 additions and 12 deletions

View File

@@ -248,7 +248,7 @@ namespace Wox.Plugin.PluginManagement
{
results.Add(new Result()
{
Title = plugin.Name,
Title = plugin.Name + " - " + plugin.ActionKeyword,
SubTitle = plugin.Description,
IcoPath = "Images\\plugin.png"
});