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("
"