From 76aebc5aa6a169fc22b6af4103580c935c276172 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Sat, 13 Nov 2021 14:37:36 +0200 Subject: [PATCH] KWeather: updated icon name in DockWidget class Signed-off-by: Mavridis Philippe --- kweather/dockwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kweather/dockwidget.cpp b/kweather/dockwidget.cpp index 98d00ac..1d423a5 100644 --- a/kweather/dockwidget.cpp +++ b/kweather/dockwidget.cpp @@ -101,7 +101,7 @@ void dockwidget::showWeather() m_weatherService->stationName( m_locationCode ) + " (" + m_weatherService->stationCountry( m_locationCode ) + ")"; - if ( m_weatherService->currentIconString( m_locationCode ) == "dunno" ) // no data + if ( m_weatherService->currentIconString( m_locationCode ) == "weather-none-available" ) // no data tip += "
" + i18n("The network is currently offline...") + "
"; tip += TQString("
"