diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-26 17:56:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-26 17:56:21 +0000 |
commit | a3422fd14b9201e7bfc6ecb28df71ed68c39c228 (patch) | |
tree | 190be605f3a2e1800d9786e133b7f86882f71a03 | |
parent | ae3d8dc30d0f8deb28d7dcebb3bc839ceee02bee (diff) |
fix for quirky code in ICQ menus
git-svn-id: http://svn.miranda-ng.org/main/trunk@4538 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/IcqOscarJ/src/icq_menu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_menu.cpp b/protocols/IcqOscarJ/src/icq_menu.cpp index b5ced1e725..8c9620261d 100644 --- a/protocols/IcqOscarJ/src/icq_menu.cpp +++ b/protocols/IcqOscarJ/src/icq_menu.cpp @@ -153,7 +153,7 @@ void g_MenuInit(void) mi.pszName = LPGEN("Show custom status details");
mi.position = -2000004999;
- mi.flags = 0;
+ mi.icolibItem = 0;
g_hContactMenuItems[ICMI_XSTATUS_DETAILS] = Menu_AddContactMenuItem(&mi);
// "Open ICQ profile"
|