From 601b97decb3c0f34a38eee8d59b5378f4c19de40 Mon Sep 17 00:00:00 2001 From: Sushma Rai Date: Mon, 24 Jan 2005 14:39:32 +0000 Subject: Disabling auth sections in druid, and having it only in editor. svn path=/trunk/; revision=28526 --- plugins/exchange-account-setup/exchange-account-setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/exchange-account-setup/exchange-account-setup.c') 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); -- cgit v1.2.3