From b21f198574e7f218d356b82fe1a90c3208b8d53c Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Mon, 30 Nov 2015 07:49:52 +0000 Subject: add some missing "->" git-svn-id: http://svn.miranda-ng.org/main/trunk@15793 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Yahoo/src/proto.cpp | 4 ++-- protocols/Yahoo/src/services.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/Yahoo') diff --git a/protocols/Yahoo/src/proto.cpp b/protocols/Yahoo/src/proto.cpp index dd2ecdb1b9..519573f3aa 100644 --- a/protocols/Yahoo/src/proto.cpp +++ b/protocols/Yahoo/src/proto.cpp @@ -396,7 +396,7 @@ int __cdecl CYahooProto::SetStatus(int iNewStatus) } if (err) - mir_strncpy(errmsg, Translate("Please enter your Yahoo ID in Options/Network/Yahoo"), 80); + mir_strncpy(errmsg, Translate("Please enter your Yahoo ID in Options -> Network -> Yahoo"), 80); else { if (!getString(YAHOO_PASSWORD, &dbv)) { if (mir_strlen(dbv.pszVal) > 0) @@ -412,7 +412,7 @@ int __cdecl CYahooProto::SetStatus(int iNewStatus) } if (err) - mir_strncpy(errmsg, Translate("Please enter your Yahoo password in Options/Network/Yahoo"), 80); + mir_strncpy(errmsg, Translate("Please enter your Yahoo password in Options -> Network -> Yahoo"), 80); } if (err != 0) { diff --git a/protocols/Yahoo/src/services.cpp b/protocols/Yahoo/src/services.cpp index 4f33076be5..7e25b7c459 100644 --- a/protocols/Yahoo/src/services.cpp +++ b/protocols/Yahoo/src/services.cpp @@ -279,7 +279,7 @@ INT_PTR __cdecl CYahooProto::OnShowMyProfileCommand(WPARAM, LPARAM) DBVARIANT dbv; if (getString(YAHOO_LOGINID, &dbv) != 0) { - ShowError(TranslateT("Yahoo Error"), TranslateT("Please enter your Yahoo ID in Options/Network/Yahoo")); + ShowError(TranslateT("Yahoo Error"), TranslateT("Please enter your Yahoo ID in Options -> Network -> Yahoo")); return 0; } -- cgit v1.2.3