[epiphany] Fix bookmark importing



commit 090c42731c5949f28ff918db933c4c55388e6f96
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Dec 22 22:03:06 2013 -0600

    Fix bookmark importing
    
    Bookmark importing was broken due to a typo during the stock item
    removal.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=719821

 src/bookmarks/ephy-bookmarks-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index 8110218..48b7143 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -815,7 +815,7 @@ cmd_bookmarks_import (GtkAction *action,
                                              _("_Cancel"),
                                              GTK_RESPONSE_CANCEL,
                                              _("I_mport"),
-                                             _("_OK"),
+                                             GTK_RESPONSE_OK,
                                              NULL);
        content_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
 


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