From 66a5a3ee980520f1bb690b78e85b6105d0f80347 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 10 Mar 2013 20:15:02 +0000 Subject: other pascal merge git-svn-id: http://svn.miranda-ng.org/main/trunk@3966 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/delphi/m_toptoolbar.inc | 7 ------- plugins/ExternalAPI/delphi/m_variables.inc | 6 ++---- 2 files changed, 2 insertions(+), 11 deletions(-) (limited to 'plugins/ExternalAPI/delphi') diff --git a/plugins/ExternalAPI/delphi/m_toptoolbar.inc b/plugins/ExternalAPI/delphi/m_toptoolbar.inc index 913f2435ea..47ed615aea 100644 --- a/plugins/ExternalAPI/delphi/m_toptoolbar.inc +++ b/plugins/ExternalAPI/delphi/m_toptoolbar.inc @@ -48,13 +48,6 @@ const ME_TTB_MODULELOADED:PAnsiChar = 'TopToolBar/ModuleLoaded'; -{ - toptoolbar/initbuttons event - wParam = lParam = 0 - Called when the toolbar needs to add default buttons -} - ME_TTB_INITBUTTONS:PAnsiChar = 'TopToolBar/InitButtons'; - { //=== SERVICES === diff --git a/plugins/ExternalAPI/delphi/m_variables.inc b/plugins/ExternalAPI/delphi/m_variables.inc index 2b8ae49a03..4d36c96d35 100644 --- a/plugins/ExternalAPI/delphi/m_variables.inc +++ b/plugins/ExternalAPI/delphi/m_variables.inc @@ -22,8 +22,6 @@ const MIID_VARIABLES:MUUID = '{630756DE-3681-440B-991E-77A4742DA595}'; -// Helper function for easy using: - // -------------------------------------------------------------------------- // String formatting // -------------------------------------------------------------------------- @@ -47,7 +45,7 @@ const MIID_VARIABLES:MUUID = '{630756DE-3681-440B-991E-77A4742DA595}'; ------------------------ Returns a pointer to the resolved string or NULL in case of an error. - Note: The returned pointer needs to be freed using mir_free(). + Note: The returned pointer needs to be freed using mir_free. } type @@ -409,7 +407,7 @@ const The hContacts array of CONTACTSINFO struct contains these hContacts after the call. - Note: The hContacts array needs to be freed after use using mir_free + Note: The hContacts array needs to be freed after use using mir_free. } type -- cgit v1.2.3