mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:52:57 +00:00
[MSPAINT] Window class of main window should be 'MSPaintApp'
CORE-18867
This commit is contained in:
parent
0eeffc2143
commit
d91b262590
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
class CMainWindow : public CWindowImpl<CMainWindow>
|
class CMainWindow : public CWindowImpl<CMainWindow>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
DECLARE_WND_CLASS_EX(_T("MainWindow"), CS_DBLCLKS, COLOR_BTNFACE)
|
DECLARE_WND_CLASS_EX(_T("MSPaintApp"), CS_DBLCLKS, COLOR_BTNFACE)
|
||||||
|
|
||||||
BEGIN_MSG_MAP(CMainWindow)
|
BEGIN_MSG_MAP(CMainWindow)
|
||||||
MESSAGE_HANDLER(WM_DROPFILES, OnDropFiles)
|
MESSAGE_HANDLER(WM_DROPFILES, OnDropFiles)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue