From d062ed4733f9b38a683704ce943386183425c821 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 28 Apr 2008 18:15:30 +0000 Subject: Fix a typo in the EError tag. 2008-04-28 Matthew Barnes * composer/e-composer-actions.c (action_send_options_cb): Fix a typo in the EError tag. svn path=/trunk/; revision=35431 --- composer/ChangeLog | 5 +++++ composer/e-composer-actions.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'composer') diff --git a/composer/ChangeLog b/composer/ChangeLog index 9d0dfb7e5b..66a86b07f0 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,8 @@ +2008-04-28 Matthew Barnes + + * e-composer-actions.c (action_send_options_cb): + Fix a typo in the EError tag. + 2008-04-22 Matthew Barnes * gconf-bridge.c: diff --git a/composer/e-composer-actions.c b/composer/e-composer-actions.c index 33a865c5e6..763d9920d6 100644 --- a/composer/e-composer-actions.c +++ b/composer/e-composer-actions.c @@ -336,7 +336,7 @@ action_send_options_cb (GtkAction *action, if (!composer->priv->send_invoked) e_error_run ( GTK_WINDOW (composer), - "mail-component:send-options-support", NULL); + "mail-composer:send-options-support", NULL); } static void -- cgit v1.2.3