diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-03-01 00:34:52 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-03-01 00:34:52 +0000 |
commit | 5e918034feccd09997ba2dc170efa14c8848c8bc (patch) | |
tree | dbd89ada2977566183ac4dd3752b241cfe20639b /protocols/Twitter | |
parent | 19c970c143c882de91afc6b7b87c0d18b36150c7 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@8337 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter')
-rw-r--r-- | protocols/Twitter/src/connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Twitter/src/connection.cpp b/protocols/Twitter/src/connection.cpp index e13ee2a66b..a9ed828887 100644 --- a/protocols/Twitter/src/connection.cpp +++ b/protocols/Twitter/src/connection.cpp @@ -321,7 +321,7 @@ bool TwitterProto::NegotiateConnection() }
if(!success) {
- //ShowPopup(TranslateT("Something went wrong with authorisation, OAuth keys have been reset. Please try to reconnect. If problems persist, please se your doctor"));
+ //ShowPopup(TranslateT("Something went wrong with authorization, OAuth keys have been reset. Please try to reconnect. If problems persist, please se your doctor"));
debugLogA( _T("**NegotiateConnection - Verifying credentials failed! No internet maybe?"));
//resetOAuthKeys();
|