summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kweather/dockwidget.cpp2
1 files changed, 1 insertions, 1 deletions
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 ) + ")</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>"