From 3abc8a4dcba551b8a3a01fcc1b7c311dff5eaf32 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 21 Aug 2012 14:48:47 +0000 Subject: Weather: default constantas restored (works this time) git-svn-id: http://svn.miranda-ng.org/main/trunk@1513 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Weather/weather.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/protocols/Weather/weather.h b/protocols/Weather/weather.h index 1d6005c329..eae087fcb1 100644 --- a/protocols/Weather/weather.h +++ b/protocols/Weather/weather.h @@ -157,15 +157,15 @@ along with this program. If not, see . // 505 HTTP Version Not Supported // defaults constants -#define C_DEFAULT "%n" -#define N_DEFAULT "" -#define B_DEFAULT "Max/Min: %[Max]%[High]/%[Min]%[Low]\r\nCondition: %[Condition]\r\nTemperature: %[Temperature]\r\nPressure: %[Pressure] (%[Pressure Change])\r\nWind: %[Wind Direction], %[Wind Speed]\r\nHumidity: %[Humidity]\r\nVisibility: %[Visibility]\r\nDew Point: %[Dewpoint]\r\nUV Index: %[UV Index]\r\nMoon: %[Moon]\r\nCoordinates: Latitude: %[Latitude] Longitude: %[Longitude]\r\n\r\nSunrise: %[Sunrise]\r\nSunset: %[Sunset]\r\nDay Length: %[Day Length]\r\n\r\n5 Days Forecast:\r\n%[Forecast Day 1]\r\n%[Forecast Day 2]\r\n%[Forecast Day 3]\r\n%[Forecast Day 4]\r\n%[Forecast Day 5]" +#define C_DEFAULT "%n [%t, %c]" +#define N_DEFAULT "%c\nTemperature: %t\nFeel-Like: %f\nPressure: %p\nWind: %i %w\nHumidity: %m\nDew Point: %e\nVisibility: %v\n\nSun Rise: %r\nSun Set: %y\n\n5 Days Forecast:\n%[Forecast Day 1]\n%[Forecast Day 2]\n%[Forecast Day 3]\n%[Forecast Day 4]\n%[Forecast Day 5]" +#define B_DEFAULT "Feel-Like: %f\nPressure: %p\nWind: %i %w\nHumidity: %m\nDew Point: %e\nVisibility: %v\n\nSun Rise: %r\nSun Set: %y\n\n5 Days Forecast:\n%[Forecast Day 1]\n%[Forecast Day 2]\n%[Forecast Day 3]\n%[Forecast Day 4]\n%[Forecast Day 5]" #define b_DEFAULT "Weather Condition for %n as of %u" #define X_DEFAULT N_DEFAULT -#define H_DEFAULT "" -#define E_DEFAULT "" -#define P_DEFAULT "Weather Condition for %n as of %u" -#define p_DEFAULT "Condition: %[Condition]\r\nTemperature: %[Temperature]\r\nPressure: %[Pressure] (%[Pressure Change])\r\nWind: %[Wind Direction], %[Wind Speed]\r\nHumidity: %[Humidity]\r\nVisibility: %[Visibility]\r\nUV Index: %[UV Index]" +#define H_DEFAULT "%c, %t (feel-like %f) Wind: %i %w Humidity: %m" +#define E_DEFAULT "%n at %u: %c, %t (feel-like %f) Wind: %i %w Humidity: %m" +#define P_DEFAULT "%n (%u)" +#define p_DEFAULT "%c, %t\nToday: High %h, Low %l" #define s_DEFAULT "Temperature: %[Temperature]" -- cgit v1.2.3