diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-03-11 10:54:54 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-03-11 10:54:54 +0000 |
commit | b6efa0c9ffff63af5aae1b8e364175112bd43744 (patch) | |
tree | eeee327c9b4f3852ce9bd8799a562a3f8a10823a /protocols | |
parent | 8a59740ca3925aa20da0bdb403ee0bf4a37f7b13 (diff) |
no need for options in Jabber status menu
git-svn-id: http://svn.miranda-ng.org/main/trunk@12380 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/JabberG/src/jabber_menu.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/protocols/JabberG/src/jabber_menu.cpp b/protocols/JabberG/src/jabber_menu.cpp index 6b3d3b3636..445335093e 100644 --- a/protocols/JabberG/src/jabber_menu.cpp +++ b/protocols/JabberG/src/jabber_menu.cpp @@ -633,14 +633,6 @@ void CJabberProto::MenuInit() mi.icolibItem = GetIconHandle(IDI_BOOKMARKS);
m_hMenuBookmarks = Menu_AddProtoMenuItem(&mi);
- // "Options..."
- CreateProtoService("/Options", &CJabberProto::OnMenuOptions);
- strcpy(tDest, "/Options");
- mi.pszName = LPGEN("Options...");
- mi.position = 200002;
- mi.icolibItem = LoadSkinnedIconHandle(SKINICON_OTHER_OPTIONS);
- Menu_AddProtoMenuItem(&mi);
-
// "Services..."
mi.pszName = LPGEN("Services...");
strcpy(tDest, "/Services");
|