From d89dd2fe88191ce9b8ff0f68b93b45d00cff64b4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 13 Jun 2012 13:00:12 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@392 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Mwclist/commonheaders.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/Mwclist/commonheaders.h') 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" -- cgit v1.2.3