#ifndef _H_EP_WEATHER_ERROR_HTML_H_ #define _H_EP_WEATHER_ERROR_HTML_H_ #include #include #define EP_WEATHER_ERROR_LEN 2000 LPCWSTR ep_weather_error_html = L"\ \n\ \n\ \n\ \n\ \n\ " _T(CLSID_EPWeather_TEXT) L"_ErrorPage\n\ \n\ \n\ \n\ 📰\n\ Unable to load weather information\n\ Make sure that the location you have entered is correct.\n\ Verify that you are connected to the Internet.\n\ Reload\n\ \n\ "; #endif
Make sure that the location you have entered is correct.\n\ Verify that you are connected to the Internet.