aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-account-setup/exchange-account-setup.c
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2005-01-24 22:39:32 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-01-24 22:39:32 +0800
commit601b97decb3c0f34a38eee8d59b5378f4c19de40 (patch)
tree3c6a10db823041bac8b444f269c064ab1aad240f /plugins/exchange-account-setup/exchange-account-setup.c
parent41b8acd59d410521c8e98ccebcce2a72d3e6e1d9 (diff)
downloadgsoc2013-evolution-601b97decb3c0f34a38eee8d59b5378f4c19de40.tar
gsoc2013-evolution-601b97decb3c0f34a38eee8d59b5378f4c19de40.tar.gz
gsoc2013-evolution-601b97decb3c0f34a38eee8d59b5378f4c19de40.tar.bz2
gsoc2013-evolution-601b97decb3c0f34a38eee8d59b5378f4c19de40.tar.lz
gsoc2013-evolution-601b97decb3c0f34a38eee8d59b5378f4c19de40.tar.xz
gsoc2013-evolution-601b97decb3c0f34a38eee8d59b5378f4c19de40.tar.zst
gsoc2013-evolution-601b97decb3c0f34a38eee8d59b5378f4c19de40.zip
Disabling auth sections in druid, and having it only in editor.
svn path=/trunk/; revision=28526
Diffstat (limited to 'plugins/exchange-account-setup/exchange-account-setup.c')
-rw-r--r--plugins/exchange-account-setup/exchange-account-setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/exchange-account-setup/exchange-account-setup.c b/plugins/exchange-account-setup/exchange-account-setup.c
index 5448a7ec79..4d4fd6187d 100644
--- a/plugins/exchange-account-setup/exchange-account-setup.c
+++ b/plugins/exchange-account-setup/exchange-account-setup.c
@@ -326,7 +326,7 @@ add_owa_entry_to_editor (GtkWidget *parent, EConfig *config,
gtk_entry_set_text (GTK_ENTRY (owa_entry), url_value);
gtk_widget_show (owa_entry);
- button = gtk_button_new_from_stock (GTK_STOCK_OK);
+ button = gtk_button_new_with_mnemonic (_("A_uthenticate"));
gtk_widget_set_sensitive (button, FALSE);
gtk_widget_show (button);