diff options
Diffstat (limited to 'include/delphi/m_clist.inc')
| -rw-r--r-- | include/delphi/m_clist.inc | 30 | 
1 files changed, 14 insertions, 16 deletions
diff --git a/include/delphi/m_clist.inc b/include/delphi/m_clist.inc index d8e9147711..7fe96dd4ff 100644 --- a/include/delphi/m_clist.inc +++ b/include/delphi/m_clist.inc @@ -52,22 +52,20 @@ type  // Use LPGEN instead which are just dummy wrappers/markers for "lpgen.pl".
    PCLISTMENUITEM = ^TCLISTMENUITEM;
    TCLISTMENUITEM = record
 -    szName         : TChar;   // [TRANSLATED-BY-CORE] text of the menu item
 -    flags          : dword;
 -    position       : int;     // approx position on the menu, lower numbers go nearer the top
 -    hIcon          : THANDLE; // icon to put by the item, if this was *not* loaded from
 -                              // a resource, you can delete it straight after the call
 -    //icolibItem:THANDLE;  if CMIF_ICONFROMICOLIB used
 -    pszService     : PAnsiChar;   // name of the service to call when the service is clicked
 -    szPopupName    : TChar;   // [TRANSLATED-BY-CORE] name of the popup menu that this item is on, if this
 -                              // is NULL the iteem is on the root of the menu
 -		// or hParentMenu:HGENMENU - valid if CMIF_ROOTHANDLE is set. NULL or (HGENMENU)-1 means the root menu
 -    pszContactOwner: PAnsiChar;   // contact menus only, the protocol module that owns
 -                              // the contacts to which this to which this menu item
 -                              // applies, NULL(0) if it applies to all contacts.
 -                              // if it applies to multiple but not all protocols
 -                              // add multiple menu items or use ME_CLIST_PREBUILDCONTACTMENU
 -    hLangpack      : int;     // plugin's hLangpack (added automatically)
 +    szName         : TChar;      // [TRANSLATED-BY-CORE] text of the menu item
 +    flags          : dword;     
 +    position       : int;        // approx position on the menu, lower numbers go nearer the top
 +    hIcon          : THANDLE;    // icon to put by the item, if this was *not* loaded from
 +                                 // a resource, you can delete it straight after the call
 +    pszService     : PAnsiChar;  // name of the service to call when the service is clicked
 +    hParentMenu    : THANDLE;    // parent menu hamdle 
 +
 +    pszContactOwner: PAnsiChar;  // contact menus only, the protocol module that owns
 +                                 // the contacts to which this to which this menu item
 +                                 // applies, NULL(0) if it applies to all contacts.
 +                                 // if it applies to multiple but not all protocols
 +                                 // add multiple menu items or use ME_CLIST_PREBUILDCONTACTMENU
 +    hLangpack      : int;        // plugin's hLangpack (added automatically)
    end;
  const
  | 
