Replace all obsoleted method

This commit is contained in:
qianlifeng
2014-07-21 19:48:17 +08:00
parent 88208285a4
commit 4e87211d39
5 changed files with 11 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ namespace Wox.Plugin.SystemPlugins
IcoPath = "Images/work.png",
Action = (c) =>
{
context.ChangeQuery(metadataCopy.ActionKeyword + " ");
context.API.ChangeQuery(metadataCopy.ActionKeyword + " ");
return false;
},
};
@@ -54,7 +54,7 @@ namespace Wox.Plugin.SystemPlugins
IcoPath = "Images/work.png",
Action = (c) =>
{
context.ChangeQuery(n.ActionWord + " ");
context.API.ChangeQuery(n.ActionWord + " ");
return false;
}
}));