From e4d929237a9ab38e0da2d72070dda1cad58ab6b8 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 17 Aug 2013 17:40:49 +0000 Subject: - as bems requested git-svn-id: http://svn.miranda-ng.org/main/trunk@5731 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/GTalkExt/src/Version.h | 2 +- protocols/GTalkExt/src/options.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/GTalkExt') diff --git a/protocols/GTalkExt/src/Version.h b/protocols/GTalkExt/src/Version.h index bfd5da08d5..24c00cd0fd 100644 --- a/protocols/GTalkExt/src/Version.h +++ b/protocols/GTalkExt/src/Version.h @@ -9,6 +9,6 @@ #define __FILENAME "GTalkExt.dll" #define __DESCRIPTION "GTalk extensions for Jabber protocol" #define __AUTHOR "bems" -#define __AUTHOREMAIL "bems@vingrad.ru" +#define __AUTHOREMAIL "" #define __AUTHORWEB "http://miranda-ng.org/p/GTalkExt/" #define __COPYRIGHT "© 2010-11 bems" diff --git a/protocols/GTalkExt/src/options.cpp b/protocols/GTalkExt/src/options.cpp index ef2044c43d..e463c0d2a6 100644 --- a/protocols/GTalkExt/src/options.cpp +++ b/protocols/GTalkExt/src/options.cpp @@ -33,7 +33,7 @@ static const LPSTR NOTIFY_SETTINGS_FROM_MOD_NAME = SHORT_PLUGIN_NAME ".NotifySet static const LPTSTR TEST_LETTER_SUBJECT = LPGENT("Why C sucks"); static const LPTSTR TEST_LETTER_INBOX = LPGENT("brickstrace@gmail.com [1]"); -static const LPTSTR TEST_LETTER_SENDER = LPGENT(" bems \n"); +static const LPTSTR TEST_LETTER_SENDER = LPGENT(" bems\n"); static const LPTSTR TEST_LETTER_SNIP = LPGENT("* Primitive type system\n* No overloading\n* Limited possibility of data abstraction, polymorphism, subtyping and code reuse\n* No metaprogramming except preprocessor macros\n* No exceptions"); extern HINSTANCE g_hInst; -- cgit v1.2.3