aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-weather.c
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-10-05 04:19:51 +0800
committerIain Holmes <iain@src.gnome.org>2001-10-05 04:19:51 +0800
commit46e6d93b25d95e1797e8fdb95a0ebd1c45154436 (patch)
tree828dd19d9f1d5d879812b0010d9e14ea1c8aecc6 /my-evolution/e-summary-weather.c
parent664206faba6f5a196f9c4f2c51b542f9c2bc41e0 (diff)
downloadgsoc2013-evolution-46e6d93b25d95e1797e8fdb95a0ebd1c45154436.tar
gsoc2013-evolution-46e6d93b25d95e1797e8fdb95a0ebd1c45154436.tar.gz
gsoc2013-evolution-46e6d93b25d95e1797e8fdb95a0ebd1c45154436.tar.bz2
gsoc2013-evolution-46e6d93b25d95e1797e8fdb95a0ebd1c45154436.tar.lz
gsoc2013-evolution-46e6d93b25d95e1797e8fdb95a0ebd1c45154436.tar.xz
gsoc2013-evolution-46e6d93b25d95e1797e8fdb95a0ebd1c45154436.tar.zst
gsoc2013-evolution-46e6d93b25d95e1797e8fdb95a0ebd1c45154436.zip
Swap Xiamen for Tokyo
Capitalise stuff in the glade file svn path=/trunk/; revision=13421
Diffstat (limited to 'my-evolution/e-summary-weather.c')
-rw-r--r--my-evolution/e-summary-weather.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary-weather.c b/my-evolution/e-summary-weather.c
index 4ff97a8e05..3b562913c5 100644
--- a/my-evolution/e-summary-weather.c
+++ b/my-evolution/e-summary-weather.c
@@ -627,7 +627,7 @@ e_summary_weather_init (ESummary *summary)
see in My Evolution by default. You can find the list of all
stations and their codes in Evolution sources
(evolution/my-evolution/Locations) */
- char *default_stations = _("KBOS:ZSAM:EGAA"), **stations_v, **p;
+ char *default_stations = _("KBOS:EGAA:RJTT"), **stations_v, **p;
stations_v = g_strsplit (default_stations, ":", 0);
g_assert (stations_v != NULL);