diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-10-05 04:19:51 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-10-05 04:19:51 +0800 |
commit | 46e6d93b25d95e1797e8fdb95a0ebd1c45154436 (patch) | |
tree | 828dd19d9f1d5d879812b0010d9e14ea1c8aecc6 /my-evolution | |
parent | 664206faba6f5a196f9c4f2c51b542f9c2bc41e0 (diff) | |
download | gsoc2013-evolution-46e6d93b25d95e1797e8fdb95a0ebd1c45154436.tar.gz 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')
-rw-r--r-- | my-evolution/ChangeLog | 8 | ||||
-rw-r--r-- | my-evolution/e-summary-weather.c | 2 | ||||
-rw-r--r-- | my-evolution/my-evolution.glade | 11 |
3 files changed, 18 insertions, 3 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index bf98642cf9..c8b64d68b3 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,11 @@ +2001-10-04 Iain Holmes <iain@ximian.com> + + * my-evolution.glade: Capitalise stuff + +2001-10-03 Iain Holmes <iain@ximian.com> + + * e-summary-weather.c (e_summary_weather_init): Swap Xiamen for Tokyo + 2001-10-01 Damon Chaplin <damon@ximian.com> * e-summary-calendar.c (generate_html): used time_add_day/week/month 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); diff --git a/my-evolution/my-evolution.glade b/my-evolution/my-evolution.glade index a8a6411c0b..4a4c97ab62 100644 --- a/my-evolution/my-evolution.glade +++ b/my-evolution/my-evolution.glade @@ -149,6 +149,7 @@ <name>button4</name> <sensitive>False</sensitive> <can_focus>True</can_focus> + <relief>GTK_RELIEF_NORMAL</relief> <child> <padding>0</padding> <expand>False</expand> @@ -185,6 +186,7 @@ <name>button5</name> <sensitive>False</sensitive> <can_focus>True</can_focus> + <relief>GTK_RELIEF_NORMAL</relief> <child> <padding>0</padding> <expand>False</expand> @@ -481,6 +483,7 @@ <name>button9</name> <sensitive>False</sensitive> <can_focus>True</can_focus> + <relief>GTK_RELIEF_NORMAL</relief> <child> <padding>0</padding> <expand>False</expand> @@ -517,6 +520,7 @@ <name>button10</name> <sensitive>False</sensitive> <can_focus>True</can_focus> + <relief>GTK_RELIEF_NORMAL</relief> <child> <padding>0</padding> <expand>False</expand> @@ -833,6 +837,7 @@ <name>button11</name> <can_focus>True</can_focus> <label>Add n_ew feed</label> + <relief>GTK_RELIEF_NORMAL</relief> <child> <left_attach>3</left_attach> <right_attach>5</right_attach> @@ -974,6 +979,7 @@ <name>button6</name> <sensitive>False</sensitive> <can_focus>True</can_focus> + <relief>GTK_RELIEF_NORMAL</relief> <child> <padding>0</padding> <expand>False</expand> @@ -1010,6 +1016,7 @@ <name>button7</name> <sensitive>False</sensitive> <can_focus>True</can_focus> + <relief>GTK_RELIEF_NORMAL</relief> <child> <padding>0</padding> <expand>False</expand> @@ -1220,7 +1227,7 @@ <class>GtkRadioButton</class> <name>radiobutton7</name> <can_focus>True</can_focus> - <label>m_etric</label> + <label>M_etric</label> <active>False</active> <draw_indicator>True</draw_indicator> <group>units_group</group> @@ -1235,7 +1242,7 @@ <class>GtkRadioButton</class> <name>radiobutton8</name> <can_focus>True</can_focus> - <label>_imperial</label> + <label>_Imperial</label> <active>False</active> <draw_indicator>True</draw_indicator> <group>units_group</group> |