diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-13 21:53:42 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-13 21:53:42 +0000 |
commit | 68af6b15ae7fcafd0f2253fff3882832b26b3898 (patch) | |
tree | c4c0d905c1b0e934b94ebb764af45be35d9f4013 /plugins/Clist_modern/src/hdr | |
parent | b2b03f9f63b17e77b92cdf48ea7a2f0ff4bc33e3 (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@14154 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/hdr')
-rw-r--r-- | plugins/Clist_modern/src/hdr/modern_global_structure.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_global_structure.h b/plugins/Clist_modern/src/hdr/modern_global_structure.h index fd23199eaa..a7da9383ac 100644 --- a/plugins/Clist_modern/src/hdr/modern_global_structure.h +++ b/plugins/Clist_modern/src/hdr/modern_global_structure.h @@ -9,7 +9,7 @@ typedef struct tagCLUIDATA ** Global variables **
************************************/
- /* NotifyArea menu */
+ // NotifyArea menu
HMENU hMenuNotify;
WORD wNextMenuID;
int iIconNotify;
@@ -19,7 +19,7 @@ typedef struct tagCLUIDATA int hIconNotify;
MCONTACT hUpdateContact;
- /* Contact List View Mode */
+ // Contact List View Mode
TCHAR groupFilter[2048];
char protoFilter[2048];
char varFilter[2048];
|