[gnome-control-center] info: Add title for the "other media" dialog



commit cb359701923296502bc38cc4102607485b3a42a5
Author: Sebastien Bacher <seb128 ubuntu com>
Date:   Mon Mar 5 16:16:56 2012 +0100

    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 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c
index 254784f..93c373a 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),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]