diff options
Diffstat (limited to 'protocols/GTalkExt')
-rw-r--r-- | protocols/GTalkExt/src/Version.h | 2 | ||||
-rw-r--r-- | protocols/GTalkExt/src/options.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
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 <bems@vingrad.ru>\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;
|