From 6f585711fa09225acea8dd58f72c24535c10cb00 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 28 Sep 2013 18:51:21 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@6262 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/GTalkExt/src/avatar.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'protocols/GTalkExt/src/avatar.cpp') diff --git a/protocols/GTalkExt/src/avatar.cpp b/protocols/GTalkExt/src/avatar.cpp index 9ab5cf4422..74359484f9 100644 --- a/protocols/GTalkExt/src/avatar.cpp +++ b/protocols/GTalkExt/src/avatar.cpp @@ -23,12 +23,12 @@ #include "resources.h" #include "options.h" -static const LPTSTR AVA_FILE_NAME_FORMAT = _T("%s\\%s\\AvatarCache\\Jabber\\") _T(SHORT_PLUGIN_NAME) _T(".pseudoava.png"); -static const LPTSTR AVA_RES_TYPE = _T("PNG"); -static const LPSTR SRMM_MODULE_NAME = "SRMM"; -static const LPSTR SRMM_AVATAR_SETTING_NAME = "Avatar"; +#define AVA_FILE_NAME_FORMAT _T("%s\\%s\\AvatarCache\\Jabber\\") _T(SHORT_PLUGIN_NAME) _T(".pseudoava.png") +#define AVA_RES_TYPE _T("PNG") +#define SRMM_MODULE_NAME "SRMM" +#define SRMM_AVATAR_SETTING_NAME "Avatar" -static const int SET_AVATAR_INTERVAL = 2000; +#define SET_AVATAR_INTERVAL 2000 LPTSTR CreateAvaFile(HANDLE *hFile) { -- cgit v1.2.3