@@ -513,6 +513,7 @@ ForecastView::_LoadBitmaps()
513
513
_LoadIcons (fFewClouds , ' rGFX' , " Artwork/weather_few_clouds.hvif" );
514
514
_LoadIcons (fFog , ' rGFX' , " Artwork/weather_fog.hvif" );
515
515
_LoadIcons (fFreezingDrizzle , ' rGFX' , " Artwork/weather_freezing_drizzle.hvif" );
516
+ _LoadIcons (fIsolatedThundershowers , ' rGFX' , " Artwork/weather_isolated_thundershowers.hvif" );
516
517
_LoadIcons (fIsolatedThunderstorm , ' rGFX' , " Artwork/weather_isolated_thunderstorm.hvif" );
517
518
_LoadIcons (fLightSnow , ' rGFX' , " Artwork/weather_light_snow.hvif" );
518
519
_LoadIcons (fMixedSnowRain , ' rGFX' , " Artwork/weather_mixed_snow_rain.hvif" );
@@ -544,6 +545,7 @@ ForecastView::_DeleteBitmaps()
544
545
_DeleteIcons (fFewClouds );
545
546
_DeleteIcons (fFog );
546
547
_DeleteIcons (fFreezingDrizzle );
548
+ _DeleteIcons (fIsolatedThundershowers );
547
549
_DeleteIcons (fIsolatedThunderstorm );
548
550
_DeleteIcons (fLightSnow );
549
551
_DeleteIcons (fMixedSnowRain );
@@ -737,7 +739,7 @@ ForecastView::GetWeatherIcon(int32 condition, weatherIconSize iconSize)
737
739
case 44 : return fClouds [iconSize]; // partly cloudy
738
740
case 45 : return fStorm [iconSize]; // thundershowers
739
741
case 46 : return fSnow [iconSize]; // snow showers
740
- case 47 : return fThunder [iconSize]; // isolated thundershowers
742
+ case 47 : return fIsolatedThundershowers [iconSize]; // isolated thundershowers
741
743
case 3200 : break ; // *not available
742
744
743
745
}
0 commit comments