KWeather: updated icon name in DockWidget class

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
pull/18/head
Mavridis Philippe 3 years ago
parent 0e7033dd09
commit 76aebc5aa6
No known key found for this signature in database
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