Change WindowIntelopHelper to WindowIntelopHelper (#887)

This commit is contained in:
Gopal Adhikari
2016-08-01 09:12:53 -04:00
committed by bao-qian
parent b91834b813
commit 93e86b141d
5 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ using Point = System.Windows.Point;
namespace Wox.Helper
{
public class WindowIntelopHelper
public class WindowsInteropHelper
{
private const int GWL_STYLE = -16; //WPF's Message code for Title Bar's Style
private const int WS_SYSMENU = 0x80000; //WPF's Message code for System Menu