[evolution/wip/webkit-composer: 103/262] Bug #689785 - Broken mnemonic in Image Properties dialog
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit-composer: 103/262] Bug #689785 - Broken mnemonic in Image Properties dialog
- Date: Thu, 16 Jan 2014 09:56:32 +0000 (UTC)
commit 98db485699df4a619f9e19fdcab8cc1ef8121730
Author: Dan Vrátil <dvratil redhat com>
Date: Sat Dec 29 01:00:10 2012 +0100
Bug #689785 - Broken mnemonic in Image Properties dialog
e-util/e-editor-image-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-editor-image-dialog.c b/e-util/e-editor-image-dialog.c
index 8f7288d..d2d0f11 100644
--- a/e-util/e-editor-image-dialog.c
+++ b/e-util/e-editor-image-dialog.c
@@ -624,7 +624,7 @@ e_editor_image_dialog_init (EEditorImageDialog *dialog)
gtk_label_set_mnemonic_widget (GTK_LABEL (widget), dialog->priv->url_edit);
gtk_grid_attach (grid, widget, 0, 0, 1, 1);
- widget = gtk_button_new_with_label (_("_Test URL..."));
+ widget = gtk_button_new_with_mnemonic (_("_Test URL..."));
gtk_grid_attach (grid, widget, 2, 0, 1, 1);
g_signal_connect_swapped (
widget, "clicked",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]