This commit is contained in:
bao-qian
2016-06-21 00:18:35 +01:00
parent 91e9d7431a
commit cf5ab0ddef
7 changed files with 189 additions and 189 deletions

View File

@@ -45,9 +45,9 @@ namespace Wox.Plugin.WebSearch
{
var selected = _settings.SelectedSearchSource;
var webSearch = new SearchSourceSettingWindow
(
(
_settings.SearchSources, _context, selected
);
);
webSearch.ShowDialog();
}
}