Fix typo Widow -> Window

This commit is contained in:
Yeechan Lu
2014-03-20 02:26:00 +08:00
parent 27dde4e70d
commit 4fc1169fa3
6 changed files with 15 additions and 15 deletions

View File

@@ -467,7 +467,7 @@ namespace Wox
public void OpenSettingDialog()
{
new SettingWidow(this).Show();
new SettingWindow(this).Show();
}
public void ShowCurrentResultItemTooltip(string text)