summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/m_trigger.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-11-02 14:11:01 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-11-02 14:11:01 +0000
commit75b1ff75c42644eb36552762652e4b0c9ff071bc (patch)
tree238f026ef373d30a395846f38c302a81961b14ac /plugins/ExternalAPI/m_trigger.h
parent2caba72d51b09368801f23dd8951d589ab4dc809 (diff)
final switch to the typed icolib api
git-svn-id: http://svn.miranda-ng.org/main/trunk@2152 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI/m_trigger.h')
-rw-r--r--plugins/ExternalAPI/m_trigger.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/ExternalAPI/m_trigger.h b/plugins/ExternalAPI/m_trigger.h
index e51294b83e..e2e60df103 100644
--- a/plugins/ExternalAPI/m_trigger.h
+++ b/plugins/ExternalAPI/m_trigger.h
@@ -28,7 +28,7 @@
// Parameters:
// ------------------------
-// wParam = (WPARAM)0
+// wParam = 0
// lParam = (LPARAM)(TRIGGERREGISTER *)&tr
// Pointer to a structure describing the trigger to add (see below).
@@ -219,7 +219,7 @@ typedef struct {
// Parameters:
// ------------------------
-// wParam = (WPARAM)0
+// wParam = 0
// lParam = (LPARAM)(ACTIONREGISTER *)&ar
// Pointer to a structure describing the action to add (see below).
@@ -343,7 +343,7 @@ typedef struct {
// Parameters:
// ------------------------
-// wParam = (WPARAM)0
+// wParam = 0
// lParam = (LPARAM)(CONDITIONREGISTER *)&cr
// Pointer to a structure describing the condition to add (see below).
@@ -503,7 +503,7 @@ typedef struct {
// Parameters:
// ------------------------
-// wParam = (WPARAM)0
+// wParam = 0
// lParam = (LPARAM)(REMOVETRIGGERSETTINGS *)&rts
// Pointer to a structure describing the settings to remove (see below).