summaryrefslogtreecommitdiff
path: root/plugins/Mwclist/commonheaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Mwclist/commonheaders.h')
-rw-r--r--plugins/Mwclist/commonheaders.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Mwclist/commonheaders.h b/plugins/Mwclist/commonheaders.h
index 7115bf4978..e8333401b2 100644
--- a/plugins/Mwclist/commonheaders.h
+++ b/plugins/Mwclist/commonheaders.h
@@ -105,18 +105,18 @@ extern int ( *saveIconFromStatusMode )( const char *szProto,int nStatus, HAN
// Register of plugin's user
//
-// wParam == (WPARAM)szSetting - string that describes a user
+// wParam = (WPARAM)szSetting - string that describes a user
// format: Category/ModuleName,
// eg: "Contact list background/CLUI",
// "Status bar background/StatusBar"
-// lParam == (LPARAM)dwFlags
+// lParam = (LPARAM)dwFlags
//
#define MS_BACKGROUNDCONFIG_REGISTER "BkgrCfg/Register"
//
// Notification about changed background
-// wParam == ModuleName
-// lParam == 0
+// wParam = ModuleName
+// lParam = 0
#define ME_BACKGROUNDCONFIG_CHANGED "BkgrCfg/Changed"