[gedit/gnome-3-12] spell-language-dialog: fix OK button



commit fd26dcc574dae4b0f606dc54044d86f986069ca2
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon May 26 14:52:14 2014 +0200

    spell-language-dialog: fix OK button
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730673

 plugins/spell/gedit-spell-language-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/spell/gedit-spell-language-dialog.c b/plugins/spell/gedit-spell-language-dialog.c
index 8c57d2d..a8435ae 100644
--- a/plugins/spell/gedit-spell-language-dialog.c
+++ b/plugins/spell/gedit-spell-language-dialog.c
@@ -122,7 +122,7 @@ create_dialog (GeditSpellLanguageDialog *dlg,
 
        gtk_dialog_add_buttons (GTK_DIALOG (dlg),
                                _("_Cancel"), GTK_RESPONSE_CANCEL,
-                               _("_OK"), GTK_RESPONSE_CANCEL,
+                               _("_OK"), GTK_RESPONSE_OK,
                                _("_Help"), GTK_RESPONSE_HELP,
                                NULL);
 


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