[gnome-font-viewer] font-view: Add a title to the info dialog



commit d6cc9f9b1b9b1de050f816d91357425b81c389a7
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Wed Mar 26 03:25:23 2014 +0200

    font-view: Add a title to the info dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727065

 src/font-view.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/font-view.c b/src/font-view.c
index 31f6eec..a22786f 100644
--- a/src/font-view.c
+++ b/src/font-view.c
@@ -475,6 +475,7 @@ info_button_clicked_cb (GtkButton *button,
     populate_grid (self, grid, face);
 
     dialog = g_object_new (GTK_TYPE_DIALOG,
+                           "title", _("Info"),
                            "transient-for", self->main_window,
                            "modal", TRUE,
                            "destroy-with-parent", TRUE,


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