diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-03 12:34:53 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-03 12:34:53 +0000 |
commit | 5c2f5a27a78d50b6814a89c974214e7d294f5981 (patch) | |
tree | 351d57f733d80de65ff762c65a3bb2c72d481bb2 /src/modules/metacontacts/meta_edit.cpp | |
parent | 1660edb24da69d794a447d49f8ea9398976870b5 (diff) |
- MIDatabase::MetaDetouchSub = new method for the mc support virtualization
- further cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@8376 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/metacontacts/meta_edit.cpp')
-rw-r--r-- | src/modules/metacontacts/meta_edit.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/metacontacts/meta_edit.cpp b/src/modules/metacontacts/meta_edit.cpp index bb9aa2eec3..56277d8bd1 100644 --- a/src/modules/metacontacts/meta_edit.cpp +++ b/src/modules/metacontacts/meta_edit.cpp @@ -211,12 +211,12 @@ LRESULT ProcessCustomDraw (LPARAM lParam) *
* All the UI is controlled here, from display to functionnalities.
*
-* @param hwndDlg : \c HANDLE to the <b>'Edit'</b> \c Dialog.
-* @param uMsg : Specifies the message received by this dialog.
-* @param wParam : Specifies additional message-specific information.
-* @param lParam : Specifies additional message-specific information (handle of MetaContact to edit)
+* @param hwndDlg : HANDLE to the <b>'Edit'</b> Dialog.
+* @param uMsg : Specifies the message received by this dialog.
+* @param wParam : Specifies additional message-specific information.
+* @param lParam : Specifies additional message-specific information (handle of MetaContact to edit)
*
-* @return \c TRUE if the dialog processed the message, \c FALSE if it did not.
+* @return TRUE if the dialog processed the message, FALSE if it did not.
*/
#define WMU_SETTITLE (WM_USER + 1)
|