diff options
author | Tomas Popela <tpopela@redhat.com> | 2014-06-25 17:33:44 +0800 |
---|---|---|
committer | Tomas Popela <tpopela@redhat.com> | 2014-06-25 21:59:50 +0800 |
commit | 93c1357da29c068d1418f8bd07b58b55d05f5c0b (patch) | |
tree | 506cdd41b9577e590209ed0bcfd57d5f2d5b89f5 /e-util/e-html-editor-link-dialog.c | |
parent | 0affae2fac8bb49b23a7f9bec8d048eb5ee6c18d (diff) | |
download | gsoc2013-evolution-93c1357da29c068d1418f8bd07b58b55d05f5c0b.tar gsoc2013-evolution-93c1357da29c068d1418f8bd07b58b55d05f5c0b.tar.gz gsoc2013-evolution-93c1357da29c068d1418f8bd07b58b55d05f5c0b.tar.bz2 gsoc2013-evolution-93c1357da29c068d1418f8bd07b58b55d05f5c0b.tar.lz gsoc2013-evolution-93c1357da29c068d1418f8bd07b58b55d05f5c0b.tar.xz gsoc2013-evolution-93c1357da29c068d1418f8bd07b58b55d05f5c0b.tar.zst gsoc2013-evolution-93c1357da29c068d1418f8bd07b58b55d05f5c0b.zip |
EHTMLEditor - Stop using deprecated gtk-stock items
Diffstat (limited to 'e-util/e-html-editor-link-dialog.c')
-rw-r--r-- | e-util/e-html-editor-link-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-html-editor-link-dialog.c b/e-util/e-html-editor-link-dialog.c index 0572d07c09..89113e3c78 100644 --- a/e-util/e-html-editor-link-dialog.c +++ b/e-util/e-html-editor-link-dialog.c @@ -367,7 +367,7 @@ e_html_editor_link_dialog_init (EHTMLEditorLinkDialog *dialog) gtk_box_pack_start (button_box, widget, FALSE, FALSE, 5); dialog->priv->remove_link_button = widget; - widget = gtk_button_new_from_stock (GTK_STOCK_OK); + widget = gtk_button_new_with_mnemonic (_("_OK")); g_signal_connect_swapped ( widget, "clicked", G_CALLBACK (html_editor_link_dialog_ok), dialog); |