From cb359701923296502bc38cc4102607485b3a42a5 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Mon, 5 Mar 2012 16:16:56 +0100 Subject: [PATCH] info: Add title for the "other media" dialog https://bugzilla.gnome.org/show_bug.cgi?id=671374 --- panels/info/cc-info-panel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c index 254784f32..93c373a1e 100644 --- a/panels/info/cc-info-panel.c +++ b/panels/info/cc-info-panel.c @@ -1292,6 +1292,7 @@ on_extra_options_button_clicked (GtkWidget *button, gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (self)))); gtk_window_set_modal (GTK_WINDOW (dialog), TRUE); + gtk_window_set_title (GTK_WINDOW (dialog), _("Other Media")); g_signal_connect (dialog, "response", G_CALLBACK (on_extra_options_dialog_response),