This commit is contained in:
qianlifeng
2014-02-20 09:34:30 +08:00
parent c425313ae6
commit 4e0ea5f941

View File

@@ -22,6 +22,8 @@ namespace Wox
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
{
if (values[0] == null) return null;
string path = values[0].ToString();
string pluginDirectory = values[1].ToString();