mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[RAPPS_NEW] Add menu to the main window. By Mark Jansen. CORE-10992
svn path=/trunk/; revision=71026
This commit is contained in:
@@ -1224,7 +1224,7 @@ public:
|
||||
0, 0, NULL,
|
||||
LoadIcon(_AtlBaseModule.GetModuleInstance(), MAKEINTRESOURCE(IDI_MAIN)),
|
||||
LoadCursor(NULL, IDC_ARROW),
|
||||
(HBRUSH) (COLOR_BTNFACE + 1), NULL,
|
||||
(HBRUSH) (COLOR_BTNFACE + 1), MAKEINTRESOURCE(IDR_MAINMENU),
|
||||
L"RAppsWnd", NULL },
|
||||
NULL, NULL, IDC_ARROW, TRUE, 0, _T("")
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user