diff options
author | raveit65 <[email protected]> | 2017-01-08 20:36:14 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-02-17 12:28:22 +0100 |
commit | 0d8d452c57c9835c8946ebd7609b95cfbd1355e0 (patch) | |
tree | ff2837f279e1d06e640fd62f951c1542155e49ec /font-viewer/font-view.c | |
parent | 9593b1988d17a0cb552a80cccc55c4738301e981 (diff) | |
download | mate-control-center-0d8d452c57c9835c8946ebd7609b95cfbd1355e0.tar.bz2 mate-control-center-0d8d452c57c9835c8946ebd7609b95cfbd1355e0.tar.xz |
Fontviewer: Add a title to the info dialog
Diffstat (limited to 'font-viewer/font-view.c')
-rw-r--r-- | font-viewer/font-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font-viewer/font-view.c b/font-viewer/font-view.c index d6e0c8b8..df553476 100644 --- a/font-viewer/font-view.c +++ b/font-viewer/font-view.c @@ -459,7 +459,7 @@ info_button_clicked_cb (GtkButton *button, populate_grid (self, grid, face); - dialog = gtk_dialog_new_with_buttons ("", GTK_WINDOW (self->main_window), + dialog = gtk_dialog_new_with_buttons ( _("Info"), GTK_WINDOW (self->main_window), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, NULL); |