From e113079ac418275e513abb31818d3e9d235bea7c Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sat, 1 Sep 2018 13:10:41 +0300 Subject: Tox: fix capitalization --- protocols/Tox/src/tox_proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Tox/src') diff --git a/protocols/Tox/src/tox_proto.cpp b/protocols/Tox/src/tox_proto.cpp index 144b2dc69b..286e037345 100644 --- a/protocols/Tox/src/tox_proto.cpp +++ b/protocols/Tox/src/tox_proto.cpp @@ -212,7 +212,7 @@ int CToxProto::SetStatus(int iNewStatus) debugLogA(__FUNCTION__": failed to initialize tox core (%d)", error); m_iStatus = m_iDesiredStatus = ID_STATUS_OFFLINE; ProtoBroadcastAck(NULL, ACKTYPE_LOGIN, ACKRESULT_FAILED, nullptr); - ShowNotification(TranslateT("Unable to initialize tox core"), ToxErrorToString(error), MB_ICONERROR); + ShowNotification(TranslateT("Unable to initialize Tox core"), ToxErrorToString(error), MB_ICONERROR); return 0; } -- cgit v1.2.3