From 1660edb24da69d794a447d49f8ea9398976870b5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 3 Mar 2014 12:01:26 +0000 Subject: MS_DB_MODULE_DELETE extended to support module deletion from any contact, not only from the global settings git-svn-id: http://svn.miranda-ng.org/main/trunk@8375 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_database.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/delphi') diff --git a/include/delphi/m_database.inc b/include/delphi/m_database.inc index 16d562c21f..00fdef2098 100644 --- a/include/delphi/m_database.inc +++ b/include/delphi/m_database.inc @@ -324,7 +324,7 @@ const { DB/Module/Delete 0.8.0+ Removes all settings for the specified module. - wParam=0 (unused) + wParam=(WPARAM)(MCONTACT)hContact - contact's handle or 0 for global settings lParam=(LPARAM)(AnsiChar*)szModuleName - the module name to be deleted } MS_DB_MODULE_DELETE:PAnsiChar = 'DB/Module/Delete'; -- cgit v1.2.3