diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-26 22:09:49 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-26 22:09:49 +0000 |
commit | c3aa3fb189b237130d658811f04d32c7ae739fa4 (patch) | |
tree | 587ff11b1b80b62507d0ae881997d46a803150bf /plugins/SecureIM | |
parent | be616d81bdaf8fd4ae61b0a145fb81bbdf467994 (diff) |
we don't need HGENMENU_ROOT anymore, die, crap, die
git-svn-id: http://svn.miranda-ng.org/main/trunk@14405 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM')
-rw-r--r-- | plugins/SecureIM/src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/SecureIM/src/main.cpp b/plugins/SecureIM/src/main.cpp index 670b86fc79..e2980834c9 100644 --- a/plugins/SecureIM/src/main.cpp +++ b/plugins/SecureIM/src/main.cpp @@ -43,7 +43,6 @@ static HGENMENU AddMenuItem(LPCSTR name, int pos, HICON hicon, LPCSTR service, i mi.position = pos;
mi.hIcon = hicon;
mi.pszName = (char*)name;
- mi.hParentMenu = HGENMENU_ROOT;
mi.pszService = (char*)service;
return Menu_AddContactMenuItem(&mi);
}
|