From 5a2acab76c120bc16dea27021b5ffc3fba15471b Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Tue, 8 Sep 2015 18:13:28 +0000 Subject: Tox: proper capitalization git-svn-id: http://svn.miranda-ng.org/main/trunk@15309 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/Tox/src/tox_core.cpp b/protocols/Tox/src/tox_core.cpp index c8d30cf2ce..57281ad340 100644 --- a/protocols/Tox/src/tox_core.cpp +++ b/protocols/Tox/src/tox_core.cpp @@ -46,7 +46,7 @@ bool CToxProto::InitToxCore() if (initError != TOX_ERR_NEW_OK) { debugLogA(__FUNCTION__": failed to initialize tox core (%d)", initError); - ShowNotification(ToxErrorToString(initError), TranslateT("Unable to initialize tox core"), MB_ICONERROR); + ShowNotification(ToxErrorToString(initError), TranslateT("Unable to initialize Tox core"), MB_ICONERROR); tox_options_free(options); return false; } -- cgit v1.2.3