summaryrefslogtreecommitdiff
path: root/plugins/Mwclist/commonheaders.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-13 13:00:12 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-13 13:00:12 +0000
commitd89dd2fe88191ce9b8ff0f68b93b45d00cff64b4 (patch)
treeb8541b46c88ec3c2902fa99e047cee717cdcaf73 /plugins/Mwclist/commonheaders.h
parentde5eb083cd53451b14991b6c61474bad3b9a5249 (diff)
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@392 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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"