[gnome-panel/wip/gnome-3.10+: 70/75] clock: fix weather preferences
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel/wip/gnome-3.10+: 70/75] clock: fix weather preferences
- Date: Tue, 7 Oct 2014 22:31:53 +0000 (UTC)
commit 8ac791993bdf6c13ef779617da1e8c92d2250c5a
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Tue Sep 23 20:30:06 2014 +0300
clock: fix weather preferences
applets/clock/clock.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/applets/clock/clock.c b/applets/clock/clock.c
index 01706f6..177e663 100644
--- a/applets/clock/clock.c
+++ b/applets/clock/clock.c
@@ -1829,6 +1829,7 @@ fill_prefs_window (ClockData *cd)
};
static const struct int_char_pair temperatures[] = {
+ { GWEATHER_TEMP_UNIT_DEFAULT, N_("Default") },
{ GWEATHER_TEMP_UNIT_KELVIN, N_("Kelvin") },
{ GWEATHER_TEMP_UNIT_CENTIGRADE, N_("Celsius") },
{ GWEATHER_TEMP_UNIT_FAHRENHEIT, N_("Fahrenheit") },
@@ -1836,6 +1837,7 @@ fill_prefs_window (ClockData *cd)
};
static const struct int_char_pair speeds[] = {
+ { GWEATHER_SPEED_UNIT_DEFAULT, N_("Default") },
{ GWEATHER_SPEED_UNIT_MS, N_("Meters per second (m/s)") },
{ GWEATHER_SPEED_UNIT_KPH, N_("Kilometers per hour (kph)") },
{ GWEATHER_SPEED_UNIT_MPH, N_("Miles per hour (mph)") },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]