diff options
Diffstat (limited to 'protocols/Weather/src')
-rw-r--r-- | protocols/Weather/src/weather_opt.cpp | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/protocols/Weather/src/weather_opt.cpp b/protocols/Weather/src/weather_opt.cpp index 7c0829b006..815fba5dd5 100644 --- a/protocols/Weather/src/weather_opt.cpp +++ b/protocols/Weather/src/weather_opt.cpp @@ -320,23 +320,23 @@ struct } static variables[] = { - { 'c', LPGENW("Current condition") }, - { 'd', LPGENW("Current date") }, - { 'e', LPGENW("Dewpoint") }, - { 'f', LPGENW("Feel-like temp") }, - { 'h', LPGENW("Today's high") }, - { 'i', LPGENW("Wind direction") }, - { 'l', LPGENW("Today's low") }, - { 'm', LPGENW("Humidity") }, - { 'n', LPGENW("Station name") }, - { 'p', LPGENW("Pressure") }, - { 'r', LPGENW("Sunrise") }, - { 's', LPGENW("Station ID") }, - { 't', LPGENW("Temperature") }, - { 'u', LPGENW("Update time") }, - { 'v', LPGENW("Visibility") }, - { 'w', LPGENW("Wind speed") }, - { 'y', LPGENW("Sunset") }, + { '%c', LPGENW("Current condition") }, + { '%d', LPGENW("Current date") }, + { '%e', LPGENW("Dewpoint") }, + { '%f', LPGENW("Feel-like temp") }, + { '%h', LPGENW("Today's high") }, + { '%i', LPGENW("Wind direction") }, + { '%l', LPGENW("Today's low") }, + { '%m', LPGENW("Humidity") }, + { '%n', LPGENW("Station name") }, + { '%p', LPGENW("Pressure") }, + { '%r', LPGENW("Sunrise") }, + { '%s', LPGENW("Station ID") }, + { '%t', LPGENW("Temperature") }, + { '%u', LPGENW("Update time") }, + { '%v', LPGENW("Visibility") }, + { '%w', LPGENW("Wind speed") }, + { '%y', LPGENW("Sunset") }, }; class COptionsTextDlg : public CWeatherDlgBase |