start issue#11

This commit is contained in:
qianlifeng
2014-01-07 23:27:05 +08:00
parent a5f3359d32
commit 70339423d0
17 changed files with 139 additions and 33 deletions

View File

@@ -70,7 +70,7 @@ namespace WinAlfred.Plugin.System
Title = "Exit",
SubTitle = "Close this app",
Score = 110,
IcoPath = "Images\\exit.png",
IcoPath = "Images\\ico.png",
Action = () => context.CloseApp()
});
}