summaryrefslogtreecommitdiff
path: root/plugins/spell/pluma-spell-checker-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/spell/pluma-spell-checker-dialog.c')
-rw-r--r--plugins/spell/pluma-spell-checker-dialog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/spell/pluma-spell-checker-dialog.c b/plugins/spell/pluma-spell-checker-dialog.c
index 995d6853..05a69d4b 100644
--- a/plugins/spell/pluma-spell-checker-dialog.c
+++ b/plugins/spell/pluma-spell-checker-dialog.c
@@ -296,6 +296,9 @@ create_dialog (PlumaSpellCheckerDialog *dlg,
gtk_entry_set_activates_default (GTK_ENTRY (dlg->word_entry), TRUE);
+ gtk_button_set_image (GTK_BUTTON (dlg->close_button),
+ gtk_image_new_from_icon_name ("window-close", GTK_ICON_SIZE_BUTTON));
+
/* Connect signals */
g_signal_connect (dlg->word_entry, "changed",
G_CALLBACK (word_entry_changed_handler), dlg);