diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-08-05 13:10:29 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-08-05 13:10:29 +0000 |
commit | d8970af3d67f7936a9c3a845e39ed409d8448ac8 (patch) | |
tree | ca30b0b95f3bf7d9e0d439d3a6625ed13ed25b61 /protocols/MSN | |
parent | a84d5702f70569ec2824c45d1e817fb25448e15b (diff) |
MSN: this spaces are not needed
git-svn-id: http://svn.miranda-ng.org/main/trunk@14842 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN')
-rw-r--r-- | protocols/MSN/src/stdafx.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/protocols/MSN/src/stdafx.h b/protocols/MSN/src/stdafx.h index 132be9f0ed..eedae789e9 100644 --- a/protocols/MSN/src/stdafx.h +++ b/protocols/MSN/src/stdafx.h @@ -193,11 +193,11 @@ const char MSN_USER_AGENT[] = NETLIB_USER_AGENT; extern const char sttVoidUid[];
-#define MSN_LOGIN_OAUTH LPGEN("Automatic authentication to MSN failed, possibly due to Captcha-Authentication.\
- Do you want to open a browser window to do a manual login?\n\n\
- This will not log you in to MSN in Miranda, but it allows you to fix potential problems like entering a captcha\
- that gets asked due to location change or to accept new TOS, which are required only once.\n\n\
- Also please note that MSN protocol doesn't support two-factor authentication.")
+#define MSN_LOGIN_OAUTH LPGEN("Automatic authentication to MSN failed, possibly due to Captcha-Authentication. \
+Do you want to open a browser window to do a manual login?\n\n\
+This will not log you in to MSN in Miranda, but it allows you to fix potential problems like entering a captcha \
+that gets asked due to location change or to accept new TOS, which are required only once.\n\n\
+Also please note that MSN protocol doesn't support two-factor authentication.")
/////////////////////////////////////////////////////////////////////////////////////////
// MSN plugin functions
|