diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-27 12:49:25 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-27 12:49:25 +0000 |
commit | 5db9b527e95334d103a7804f31fe95f97b5687a7 (patch) | |
tree | d3926c45164e86d57f0282760c303b1c4fd4578e /plugins/TabSRMM/src/globals.h | |
parent | c014bd45e4761fd8da881e4f726022fc918624b2 (diff) |
ansi functionality removed from tabSRMM
only utf8 remained
git-svn-id: http://svn.miranda-ng.org/main/trunk@13856 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/globals.h')
-rw-r--r-- | plugins/TabSRMM/src/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/globals.h b/plugins/TabSRMM/src/globals.h index 3444094437..7893c21309 100644 --- a/plugins/TabSRMM/src/globals.h +++ b/plugins/TabSRMM/src/globals.h @@ -75,7 +75,7 @@ public: HICON g_IconMsgEvent, g_IconTypingEvent, g_IconFileEvent, g_IconSend;
HICON g_IconMsgEventBig, g_IconTypingEventBig;
HICON g_IconGroupOpen, g_IconGroupClose, g_IconChecked, g_IconUnchecked;
- HMENU g_hMenuContext, g_hMenuContainer, g_hMenuEncoding, g_hMenuTrayUnread;
+ HMENU g_hMenuContext, g_hMenuContainer, g_hMenuTrayUnread;
HMENU g_hMenuFavorites, g_hMenuRecent, g_hMenuTrayContext;
HICON g_buttonBarIcons[NR_BUTTONBARICONS];
HICON g_sideBarIcons[NR_SIDEBARICONS];
|