[empathy] Rename the Create button to Add on moblin.



commit 67fdffb909d907b62a4900b605c53f1288f31053
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Sep 30 12:24:30 2009 +0200

    Rename the Create button to Add on moblin.

 src/empathy-accounts-dialog.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index c3d931f..52be10b 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -1620,6 +1620,9 @@ accounts_dialog_build_ui (EmpathyAccountsDialog *dialog)
 #ifdef HAVE_NBTK
   action_area = gtk_dialog_get_action_area (GTK_DIALOG (priv->window));
   gtk_widget_hide (action_area);
+
+  gtk_button_set_label (GTK_BUTTON (priv->button_create), GTK_STOCK_ADD);
+  gtk_button_set_use_stock (GTK_BUTTON (priv->button_create), TRUE);
 #endif
 
   priv->combobox_protocol = empathy_protocol_chooser_new ();



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