diff options
author | George Hazan <george.hazan@gmail.com> | 2012-08-04 18:57:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-08-04 18:57:44 +0000 |
commit | d716f207aa8b71f35e3872fd6b34651703c2beb7 (patch) | |
tree | 1ddff4e84ac5bc8e73e3796f1d9b07d7b6599388 /include/m_clist.h | |
parent | c3fbe61899fda92575cdaec8e29301ea2707d8e6 (diff) |
links to options don't work with langpacks
git-svn-id: http://svn.miranda-ng.org/main/trunk@1355 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_clist.h')
-rw-r--r-- | include/m_clist.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/m_clist.h b/include/m_clist.h index 0536dedc54..83bc98ab90 100644 --- a/include/m_clist.h +++ b/include/m_clist.h @@ -181,11 +181,11 @@ __inline static HGENMENU Menu_AddProtoMenuItem(CLISTMENUITEM *mi) //hMenuItem will have been returned by clist/add*menuItem
//clmi.flags should contain cmim_ constants below specifying which fields to
//update. Fields without a mask flag cannot be changed and will be ignored
-#define CMIM_NAME 0x80000000
-#define CMIM_FLAGS 0x40000000
-#define CMIM_ICON 0x20000000
-#define CMIM_HOTKEY 0x10000000
-#define CMIM_ALL 0xF0000000
+#define CMIM_NAME 0x80000000
+#define CMIM_FLAGS 0x40000000
+#define CMIM_ICON 0x20000000
+#define CMIM_HOTKEY 0x10000000
+#define CMIM_ALL 0xF0000000
#define MS_CLIST_MODIFYMENUITEM "CList/ModifyMenuItem"
//the context menu for a contact is about to be built v0.1.0.1+
|