aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElizabeth Greene <nerdygirl_ellie@yahoo.com>2007-04-10 12:11:16 +0800
committerAndre Klapper <aklapper@src.gnome.org>2007-04-10 12:11:16 +0800
commitb52704ab182ab203aa6cd5858df234d6a7f7624c (patch)
treede99178e0caec735f631dddf853adea1a3981d5f
parent45ca65321577a831911d23c6f1bdf8a790985e2b (diff)
downloadgsoc2013-evolution-b52704ab182ab203aa6cd5858df234d6a7f7624c.tar
gsoc2013-evolution-b52704ab182ab203aa6cd5858df234d6a7f7624c.tar.gz
gsoc2013-evolution-b52704ab182ab203aa6cd5858df234d6a7f7624c.tar.bz2
gsoc2013-evolution-b52704ab182ab203aa6cd5858df234d6a7f7624c.tar.lz
gsoc2013-evolution-b52704ab182ab203aa6cd5858df234d6a7f7624c.tar.xz
gsoc2013-evolution-b52704ab182ab203aa6cd5858df234d6a7f7624c.tar.zst
gsoc2013-evolution-b52704ab182ab203aa6cd5858df234d6a7f7624c.zip
** Fixes #426481 Fix Typo Assitant
2007-04-10 Elizabeth Greene <nerdygirl_ellie@yahoo.com> ** Fixes #426481 * exchange-account-setup.c: Fix Typo Assitant svn path=/trunk/; revision=33414
-rw-r--r--plugins/exchange-operations/ChangeLog5
-rw-r--r--plugins/exchange-operations/exchange-account-setup.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog
index baad2e3c01..60a302bf2c 100644
--- a/plugins/exchange-operations/ChangeLog
+++ b/plugins/exchange-operations/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-10 Elizabeth Greene <nerdygirl_ellie@yahoo.com>
+
+ ** Fixes #426481
+ * exchange-account-setup.c: Fix Typo Assitant
+
2007-04-05 Matthew Barnes <mbarnes@redhat.com>
* exchange-config-listener.c (class_init):
diff --git a/plugins/exchange-operations/exchange-account-setup.c b/plugins/exchange-operations/exchange-account-setup.c
index 5806243fa8..fa63a3465a 100644
--- a/plugins/exchange-operations/exchange-account-setup.c
+++ b/plugins/exchange-operations/exchange-account-setup.c
@@ -334,7 +334,7 @@ org_gnome_exchange_settings(EPlugin *epl, EConfigHookItemFactoryData *data)
/* Delegation Assistant */
lbl_dass = (GtkLabel*) gtk_object_new (GTK_TYPE_LABEL, "label", _("Manage the delegate settings for Exchange account"), NULL);
gtk_misc_set_alignment (GTK_MISC (lbl_dass), 0, 0.5);
- btn_dass = (GtkButton*) gtk_object_new (GTK_TYPE_BUTTON, "label", _("Delegation Assitant"), NULL);
+ btn_dass = (GtkButton*) gtk_object_new (GTK_TYPE_BUTTON, "label", _("Delegation Assistant"), NULL);
gtk_signal_connect (GTK_OBJECT (btn_dass), "clicked", G_CALLBACK (btn_dass_clicked), NULL);
/* Add items to the table */
#ifdef HAVE_KRB5