info: Add title for the "other media" dialog
https://bugzilla.gnome.org/show_bug.cgi?id=671374
This commit is contained in:
parent
978aa81a2c
commit
cb35970192
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue