diff options
author | George Hazan <george.hazan@gmail.com> | 2016-08-30 16:07:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-08-30 16:07:17 +0000 |
commit | 052f82ecce5ebd44ea631bc0a8affb1864267301 (patch) | |
tree | 5c3305c0afbdb032fddcd99a6f1f6b4ce9e8daee /protocols/Yahoo/src/services.cpp | |
parent | 5bc75a99f400dacc75c5e84ba3e3240d54d601dc (diff) |
YAHOO Japan removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@17219 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Yahoo/src/services.cpp')
-rw-r--r-- | protocols/Yahoo/src/services.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Yahoo/src/services.cpp b/protocols/Yahoo/src/services.cpp index f5f602139c..9140118921 100644 --- a/protocols/Yahoo/src/services.cpp +++ b/protocols/Yahoo/src/services.cpp @@ -291,7 +291,7 @@ INT_PTR __cdecl CYahooProto::OnShowMyProfileCommand(WPARAM, LPARAM) //=======================================================
INT_PTR __cdecl CYahooProto::OnGotoMailboxCommand(WPARAM, LPARAM)
{
- OpenURL(getByte("YahooJapan", 0) ? "http://mail.yahoo.co.jp/" : "http://mail.yahoo.com/", 1);
+ OpenURL("http://mail.yahoo.com/", 1);
return 0;
}
|