[empathy] import-dialog: set a verb on the 'Ok' button
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] import-dialog: set a verb on the 'Ok' button
- Date: Thu, 16 Feb 2012 13:09:53 +0000 (UTC)
commit 8586e87ddfa2b09b31aa6fe2f98bede2be4769c5
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Feb 16 12:01:40 2012 +0100
import-dialog: set a verb on the 'Ok' button
https://bugzilla.gnome.org/show_bug.cgi?id=670201
src/empathy-import-dialog.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-import-dialog.c b/src/empathy-import-dialog.c
index 785fe63..4e00bd1 100644
--- a/src/empathy-import-dialog.c
+++ b/src/empathy-import-dialog.c
@@ -71,8 +71,10 @@ import_dialog_add_import_widget (EmpathyImportDialog *self)
priv->iw = iw;
- gtk_dialog_add_buttons (GTK_DIALOG (self), GTK_STOCK_CANCEL,
- GTK_RESPONSE_CANCEL, GTK_STOCK_OK, GTK_RESPONSE_OK, NULL);
+ gtk_dialog_add_buttons (GTK_DIALOG (self),
+ GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
+ _("_Import"), GTK_RESPONSE_OK,
+ NULL);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]