diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-02 21:22:56 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-02 21:22:56 +0000 |
commit | 4a2ea340fd570327f95caedb215713342d9bd160 (patch) | |
tree | 228221abffb46f0c20a4074a0b2383d8d23e01d0 /src/mir_app | |
parent | 97da56e182c28cfa9b9886985ad1a2aff8fe9727 (diff) |
grrm, no, shitty menu should be removed only from mir_app :(
git-svn-id: http://svn.miranda-ng.org/main/trunk@14479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/mir_app')
-rw-r--r-- | src/mir_app/src/clui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_app/src/clui.cpp b/src/mir_app/src/clui.cpp index 98920e6dae..44583a893f 100644 --- a/src/mir_app/src/clui.cpp +++ b/src/mir_app/src/clui.cpp @@ -268,6 +268,7 @@ int LoadCLUIModule(void) wndclass.hIcon = Skin_LoadIcon(SKINICON_OTHER_MIRANDA, true);
wndclass.hCursor = LoadCursor(NULL, IDC_ARROW);
wndclass.hbrBackground = (HBRUSH) (COLOR_3DFACE + 1);
+ wndclass.lpszMenuName = MAKEINTRESOURCE(IDR_CLISTMENU);
wndclass.lpszClassName = _T(MIRANDACLASS);
wndclass.hIconSm = Skin_LoadIcon(SKINICON_OTHER_MIRANDA);
RegisterClassEx(&wndclass);
|