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_cachefuncs.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_cachefuncs.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_cachefuncs.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/Clist_modern/src/modern_cachefuncs.cpp b/plugins/Clist_modern/src/modern_cachefuncs.cpp index bb6b5b6c5d..40c62b2d2d 100644 --- a/plugins/Clist_modern/src/modern_cachefuncs.cpp +++ b/plugins/Clist_modern/src/modern_cachefuncs.cpp @@ -415,9 +415,10 @@ int GetStatusMessage(TCHAR *text, int text_size, PDNCE pdnce, BOOL xstatus_has_ /*
* Get the text for specified lines
*/
-int Cache_GetLineText(PDNCE pdnce, int type, LPTSTR text, int text_size, TCHAR *variable_text, BOOL xstatus_has_priority,
- BOOL show_status_if_no_away, BOOL show_listening_if_no_away, BOOL use_name_and_message_for_xstatus,
- BOOL pdnce_time_show_only_if_different)
+int Cache_GetLineText(
+ PDNCE pdnce, int type, LPTSTR text, int text_size, TCHAR *variable_text, BOOL xstatus_has_priority,
+ BOOL show_status_if_no_away, BOOL show_listening_if_no_away, BOOL use_name_and_message_for_xstatus,
+ BOOL pdnce_time_show_only_if_different)
{
text[0] = '\0';
switch(type) {
|