From a582d8dcc064612909657480f308c4592e6bc20d Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 10 May 2009 16:40:43 +0200 Subject: [PATCH] Fix font family/ homepage tooltip mixup --- midori/midori-preferences.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c index f3897345..c15522e4 100644 --- a/midori/midori-preferences.c +++ b/midori/midori-preferences.c @@ -444,7 +444,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences, INDENTED_ADD (label, 0, 1, 0, 1); hbox = gtk_hbox_new (FALSE, 4); button = katze_property_proxy (settings, "default-font-family", "font"); - gtk_widget_set_tooltip_text (entry, _("The default font family used to display text")); + gtk_widget_set_tooltip_text (button, _("The default font family used to display text")); gtk_box_pack_start (GTK_BOX (hbox), button, TRUE, TRUE, 0); entry = katze_property_proxy (settings, "default-font-size", NULL); gtk_widget_set_tooltip_text (entry, _("The default font size used to display text"));