From kde-commits Wed Dec 31 21:15:53 2008 From: Shawn Starr Date: Wed, 31 Dec 2008 21:15:53 +0000 To: kde-commits Subject: KDE/kdebase/workspace/plasma/dataengines/weather/ions Message-Id: <1230758153.994645.10882.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=123075818621872 SVN commit 903957 by spstarr: Apparently increasing cloudiness isn't the same as increasing clouds. Add it M +1 -0 ion_envcan.cpp --- trunk/KDE/kdebase/workspace/plasma/dataengines/weather/ions/ion_envcan.cpp #903956:903957 @@ -262,6 +262,7 @@ forecastList["near blizzard"] = Snow; forecastList["overcast"] = Overcast; forecastList["increasing cloudiness"] = Overcast; + forecastList["increasing clouds"] = Overcast; forecastList["periods of drizzle"] = LightRain; forecastList["periods of drizzle mixed with freezing drizzle"] = FreezingDrizzle; forecastList["periods of drizzle mixed with rain"] = LightRain;