This commit is contained in:
qianlifeng
2014-07-10 23:57:08 +08:00
parent d89968cfa5
commit f1ce98eb07
1695 changed files with 304635 additions and 56 deletions

View File

@@ -22,7 +22,7 @@ namespace Wox.Plugin.SystemPlugins
Score = 8,
Action = _ =>
{
Process.Start(raw);
Process.Start(uri.AbsoluteUri);
return true;
}
}