info: Add title for the "other media" dialog

https://bugzilla.gnome.org/show_bug.cgi?id=671374
This commit is contained in:
Sebastien Bacher 2012-03-05 16:16:56 +01:00 committed by Bastien Nocera
parent 978aa81a2c
commit cb35970192

View file

@ -1292,6 +1292,7 @@ on_extra_options_button_clicked (GtkWidget *button,
gtk_window_set_transient_for (GTK_WINDOW (dialog), gtk_window_set_transient_for (GTK_WINDOW (dialog),
GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (self)))); GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (self))));
gtk_window_set_modal (GTK_WINDOW (dialog), TRUE); gtk_window_set_modal (GTK_WINDOW (dialog), TRUE);
gtk_window_set_title (GTK_WINDOW (dialog), _("Other Media"));
g_signal_connect (dialog, g_signal_connect (dialog,
"response", "response",
G_CALLBACK (on_extra_options_dialog_response), G_CALLBACK (on_extra_options_dialog_response),