diff options
author | Yosef Or Boczko <yoseforb@src.gnome.org> | 2014-03-26 03:25:23 +0200 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2014-03-25 18:47:49 -0700 |
commit | d6cc9f9b1b9b1de050f816d91357425b81c389a7 (patch) | |
tree | 8c10273cb486ce1bd49e1d113d779d1eb03fe9c4 | |
parent | e9567f301c0fd4daa031e28c9f4ed7217e9cfc0d (diff) | |
download | gnome-font-viewer-d6cc9f9b1b9b1de050f816d91357425b81c389a7.tar.gz |
font-view: Add a title to the info dialog
https://bugzilla.gnome.org/show_bug.cgi?id=727065
-rw-r--r-- | 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, |