diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-10 17:27:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-10 17:27:44 +0000 |
commit | 0558746230c69a040bb9423fbefe64ccfcfa0590 (patch) | |
tree | dbfd57ede0d993d1cff5fc8da7832c9f592648f0 /plugins/Clist_modern/src/modern_groupmenu.cpp | |
parent | 7bd7e366fb86d1aeba7b07c30b77a9c2c67cd9f5 (diff) |
- unused icons removed;
- spaces replaced with tabs
git-svn-id: http://svn.miranda-ng.org/main/trunk@2276 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_groupmenu.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_groupmenu.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Clist_modern/src/modern_groupmenu.cpp b/plugins/Clist_modern/src/modern_groupmenu.cpp index b1de089fbb..d11337f3ed 100644 --- a/plugins/Clist_modern/src/modern_groupmenu.cpp +++ b/plugins/Clist_modern/src/modern_groupmenu.cpp @@ -112,7 +112,7 @@ static INT_PTR AddGroupMenuItem(WPARAM wParam,LPARAM lParam) int GroupMenuCheckService(WPARAM wParam,LPARAM lParam) {
//not used
- return(0);
+ return 0;
};
INT_PTR GroupMenuonAddService(WPARAM wParam,LPARAM lParam) {
@@ -174,7 +174,7 @@ INT_PTR FreeOwnerDataGroupMenu (WPARAM wParam,LPARAM lParam) FreeAndNil((void **)&mmep);
}
-return(0);
+return 0;
};
INT_PTR HideGroupsHelper(WPARAM wParam,LPARAM lParam)
@@ -634,7 +634,7 @@ INT_PTR FreeOwnerDataSubGroupMenu (WPARAM wParam,LPARAM lParam) FreeAndNil((void **)&mmep);
}
-return(0);
+return 0;
};
//wparam menu handle to pass to clc.c
|