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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Yahoo/src/proto.cpp') 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) { -- cgit v1.2.3