summaryrefslogtreecommitdiff
path: root/gtalkext/inbox.cpp
diff options
context:
space:
mode:
authorgeorge.hazan <george.hazan@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-04-22 13:36:58 +0000
committergeorge.hazan <george.hazan@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-04-22 13:36:58 +0000
commitdb8b815e030a26624fe80150ec6775ac716647cf (patch)
tree228fabde6179b62e481c73096d951e4413f597cb /gtalkext/inbox.cpp
parent4283465f23806ae4b8ad7344949f55698c16a203 (diff)
patch for 64-bit compilation (by wishmaster)
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@13 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'gtalkext/inbox.cpp')
-rw-r--r--gtalkext/inbox.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtalkext/inbox.cpp b/gtalkext/inbox.cpp
index 54be1d5..449cdde 100644
--- a/gtalkext/inbox.cpp
+++ b/gtalkext/inbox.cpp
@@ -28,19 +28,19 @@
static const LPTSTR COMMON_GMAIL_HOST1 = _T("gmail.com");
static const LPTSTR COMMON_GMAIL_HOST2 = _T("googlemail.com");
-static const LPSTR AUTH_REQUEST_URL = "https://google.com/accounts/ClientAuth";
+static const LPSTR AUTH_REQUEST_URL = "https://www.google.com/accounts/ClientAuth";
static const LPSTR AUTH_REQUEST_PARAMS = "Email=%s&Passwd=%s&"
"accountType=HOSTED_OR_GOOGLE&"
"skipvpage=true&"
"PersistentCookie=false";
-static const LPSTR ISSUE_TOKEN_REQUEST_URL = "https://google.com/accounts/IssueAuthToken";
+static const LPSTR ISSUE_TOKEN_REQUEST_URL = "https://www.google.com/accounts/IssueAuthToken";
static const LPSTR ISSUE_TOKEN_REQUEST_PARAMS = "SID=%s&LSID=%s&"
"Session=true&"
"skipvpage=true&"
"service=gaia";
-static const LPSTR TOKEN_AUTH_URL = "https://google.com/accounts/TokenAuth?"\
+static const LPSTR TOKEN_AUTH_URL = "https://www.google.com/accounts/TokenAuth?"\
"auth=%s&"
"service=mail&"
"continue=%s&"