diff options
Diffstat (limited to 'protocols/Weather')
-rw-r--r-- | protocols/Weather/src/weather_http.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/src/weather_http.cpp b/protocols/Weather/src/weather_http.cpp index f0bf2ccc81..248f183fdb 100644 --- a/protocols/Weather/src/weather_http.cpp +++ b/protocols/Weather/src/weather_http.cpp @@ -139,6 +139,6 @@ void NetlibInit(void) NETLIBUSER nlu = {}; nlu.flags = NUF_OUTGOING | NUF_HTTPCONNS | NUF_NOHTTPSOPTION | NUF_UNICODE; nlu.szSettingsModule = MODULENAME; - nlu.szDescriptiveName.w = TranslateT("Weather"); + nlu.szDescriptiveName.w = MODULENAME; hNetlibUser = Netlib_RegisterUser(&nlu); } |