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

@@ -17,12 +17,12 @@ namespace Wox
{
public partial class CustomPluginHotkeySetting : Window
{
private SettingWidow settingWidow;
private SettingWindow settingWidow;
private bool update;
private CustomPluginHotkey updateCustomHotkey;
public CustomPluginHotkeySetting(SettingWidow settingWidow)
public CustomPluginHotkeySetting(SettingWindow settingWidow)
{
this.settingWidow = settingWidow;
InitializeComponent();