KWeather: updated icon name in DockWidget class

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Mavridis Philippe 2 years ago
parent 540787f294
commit 02dd633f68
Signed by: blu.256
GPG Key ID: F8D2D7E2F989A494

@ -101,7 +101,7 @@ void dockwidget::showWeather()
m_weatherService->stationName( m_locationCode ) + " (" +
m_weatherService->stationCountry( m_locationCode ) + ")</nobr></center></h3>";
if ( m_weatherService->currentIconString( m_locationCode ) == "dunno" ) // no data
if ( m_weatherService->currentIconString( m_locationCode ) == "weather-none-available" ) // no data
tip += "<center><nobr>" + i18n("The network is currently offline...") + "</nobr></center>";
tip += TQString("<br><table>"

Loading…
Cancel
Save