From 6bac4c42742aa437c36f4f1b6b363acb671d0776 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 26 Jan 2022 21:50:23 +0300 Subject: Some fixed for connections names --- plugins/Ping/src/ping.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Ping/src') diff --git a/plugins/Ping/src/ping.cpp b/plugins/Ping/src/ping.cpp index 30e93614d5..2f4db0e7bb 100644 --- a/plugins/Ping/src/ping.cpp +++ b/plugins/Ping/src/ping.cpp @@ -71,7 +71,7 @@ static int OnModulesLoaded(WPARAM, LPARAM) NETLIBUSER nl_user = {}; nl_user.szSettingsModule = MODULENAME; nl_user.flags = NUF_OUTGOING | NUF_HTTPCONNS | NUF_UNICODE; - nl_user.szDescriptiveName.w = TranslateT("Ping Plugin"); + nl_user.szDescriptiveName.w = TranslateT("Ping"); hNetlibUser = Netlib_RegisterUser(&nl_user); InitUtils(); -- cgit v1.2.3