Use consistent new icons

https://icons8.com
This commit is contained in:
bao-qian
2016-04-25 23:20:16 +01:00
parent a9e090c454
commit 26addf809e
85 changed files with 32 additions and 21 deletions

View File

@@ -81,7 +81,7 @@ namespace Wox.Plugin.Sys
{
Title = "Shutdown",
SubTitle = context.API.GetTranslation("wox_plugin_sys_shutdown_computer"),
IcoPath = "Images\\exit.png",
IcoPath = "Images\\shutdown.png",
Action = c =>
{
var reuslt = MessageBox.Show("Are you sure you want to shut the computer down?",
@@ -97,7 +97,7 @@ namespace Wox.Plugin.Sys
{
Title = "Restart",
SubTitle = context.API.GetTranslation("wox_plugin_sys_restart_computer"),
IcoPath = "Images\\restartcomp.png",
IcoPath = "Images\\restart.png",
Action = c =>
{
var result = MessageBox.Show("Are you sure you want to restart the computer?",
@@ -169,7 +169,7 @@ namespace Wox.Plugin.Sys
{
Title = "Restart Wox",
SubTitle = context.API.GetTranslation("wox_plugin_sys_restart"),
IcoPath = "Images\\restart.png",
IcoPath = "Images\\app.png",
Action = c =>
{
context.API.RestarApp();