diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-08-17 17:40:49 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-08-17 17:40:49 +0000 |
commit | e4d929237a9ab38e0da2d72070dda1cad58ab6b8 (patch) | |
tree | 2f253a7c96c81bb1ba8099e7333d83daba53d911 /protocols/GTalkExt/src/options.cpp | |
parent | 14626506052b2a78aa6a021b195f80f79b01bcb9 (diff) |
- as bems requested
git-svn-id: http://svn.miranda-ng.org/main/trunk@5731 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/GTalkExt/src/options.cpp')
-rw-r--r-- | protocols/GTalkExt/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|