From 980eb6cc489b17daf698c45d0ef62e251797b1c4 Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Fri, 30 Jan 2015 12:00:02 +0100 Subject: [PATCH] Set default preview text for the subtitle font dialog (bug #11425) --- src/parole-conf-dialog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/parole-conf-dialog.c b/src/parole-conf-dialog.c index de08abc..d4628a2 100644 --- a/src/parole-conf-dialog.c +++ b/src/parole-conf-dialog.c @@ -450,6 +450,7 @@ void parole_conf_dialog_open (ParoleConfDialog *self, GtkWidget *parent) self->priv->font_button = GTK_WIDGET (gtk_builder_get_object (builder, "fontbutton")); self->priv->encoding = GTK_WIDGET (gtk_builder_get_object (builder, "encoding")); + gtk_font_chooser_set_preview_text (GTK_FONT_CHOOSER (self->priv->font_button), _("The quick brown fox jumps over the lazy dog.")); parole_subtitle_encoding_init (GTK_COMBO_BOX (self->priv->encoding)); g_hash_table_foreach (self->priv->vis_plugins, (GHFunc) parole_conf_dialog_add_vis_plugins, combox); -- 2.1.4