diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-16 14:01:25 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-16 14:01:25 +0000 |
commit | a39c5799008f43603593198980f9dae818f11cc3 (patch) | |
tree | f19575afc7e6bbe81e1ae804b94e05ce1cb2f184 /plugins/Scriver/src/chat/chat.h | |
parent | e5ea3aa43eddf6ec4bfb86e7c39e6898e21c6490 (diff) |
- StdChat specific icons management moved back to StdChat;
- fix for chat custom menus;
git-svn-id: http://svn.miranda-ng.org/main/trunk@7680 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/chat/chat.h')
-rw-r--r-- | plugins/Scriver/src/chat/chat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Scriver/src/chat/chat.h b/plugins/Scriver/src/chat/chat.h index 82b52be14b..a14407e314 100644 --- a/plugins/Scriver/src/chat/chat.h +++ b/plugins/Scriver/src/chat/chat.h @@ -93,7 +93,6 @@ void Log_StreamInEvent(HWND hwndDlg, LOGINFO* lin, SESSION_INFO *si, BOOL bRed void LoadMsgLogBitmaps(void);
void FreeMsgLogBitmaps(void);
TCHAR* GetChatLogsFilename (HANDLE hContact, time_t tTime);
-TCHAR* MakeTimeStamp(TCHAR* pszStamp, time_t time);
char* Log_CreateRtfHeader(MODULEINFO * mi, SESSION_INFO *si);
//window.c
|