aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-08-20 19:31:56 +0800
committerWill Thompson <will.thompson@collabora.co.uk>2010-08-20 19:37:07 +0800
commit4c7d5bbab4325fbfae01a0d2ef58756403c18fb7 (patch)
tree250bc35dec79e9096a9b57ba79fff494bccc0a44 /libempathy-gtk
parent5fa714c470951e828f8dab44856b8cc2d4c30340 (diff)
downloadgsoc2013-empathy-4c7d5bbab4325fbfae01a0d2ef58756403c18fb7.tar
gsoc2013-empathy-4c7d5bbab4325fbfae01a0d2ef58756403c18fb7.tar.gz
gsoc2013-empathy-4c7d5bbab4325fbfae01a0d2ef58756403c18fb7.tar.bz2
gsoc2013-empathy-4c7d5bbab4325fbfae01a0d2ef58756403c18fb7.tar.lz
gsoc2013-empathy-4c7d5bbab4325fbfae01a0d2ef58756403c18fb7.tar.xz
gsoc2013-empathy-4c7d5bbab4325fbfae01a0d2ef58756403c18fb7.tar.zst
gsoc2013-empathy-4c7d5bbab4325fbfae01a0d2ef58756403c18fb7.zip
Avoid conflicting accelerators in New Call dialog.
_Call conflicts with the stock _Cancel button. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-new-call-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-new-call-dialog.c b/libempathy-gtk/empathy-new-call-dialog.c
index 958bc49f7..3d51283b1 100644
--- a/libempathy-gtk/empathy-new-call-dialog.c
+++ b/libempathy-gtk/empathy-new-call-dialog.c
@@ -210,7 +210,7 @@ empathy_new_call_dialog_init (EmpathyNewCallDialog *dialog)
gtk_widget_show (priv->check_video);
/* add chat button */
- parent->button_action = gtk_button_new_with_mnemonic (_("_Call"));
+ parent->button_action = gtk_button_new_with_mnemonic (_("C_all"));
image = gtk_image_new_from_icon_name (EMPATHY_IMAGE_VOIP,
GTK_ICON_SIZE_BUTTON);
gtk_button_set_image (GTK_BUTTON (parent->button_action), image);