summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/delphi/m_database.inc2
-rw-r--r--include/m_database.h2
2 files changed, 2 insertions, 2 deletions
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';
diff --git a/include/m_database.h b/include/m_database.h
index 4099c7ef6e..f2cb1b1eb8 100644
--- a/include/m_database.h
+++ b/include/m_database.h
@@ -426,7 +426,7 @@ typedef int (*DBMODULEENUMPROC)(const char *szModuleName, DWORD ofsModuleName, L
/* DB/Module/Delete 0.8.0+
Removes all settings for the specified module.
-wParam = 0 (unused)
+wParam = (WPARAM)(MCONTACT)hContact or 0 for global settings
lParam = (LPARAM)(char*)szModuleName - the module name to be deleted
*/