diff options
author | Priit Laes <plaes@svn.gnome.org> | 2007-11-01 00:46:10 +0800 |
---|---|---|
committer | Priit Laes <plaes@src.gnome.org> | 2007-11-01 00:46:10 +0800 |
commit | 8bc7363c66a00172f3240546df62f932cac4cafe (patch) | |
tree | dd4711fbe2338e3712b16d8a6c53e9533f5fbc12 /mail/em-format-html-display.c | |
parent | 219faf7e428077af21213fedfc7a33432f4c545f (diff) | |
download | gsoc2013-evolution-8bc7363c66a00172f3240546df62f932cac4cafe.tar.gz gsoc2013-evolution-8bc7363c66a00172f3240546df62f932cac4cafe.tar.zst gsoc2013-evolution-8bc7363c66a00172f3240546df62f932cac4cafe.zip |
Fix typo in documentation. Ditto.
2007-10-31 Priit Laes <plaes@svn.gnome.org>
* em-format-html-display.c: Fix typo in documentation.
* em-message-browser.c: Ditto.
svn path=/trunk/; revision=34471
Diffstat (limited to 'mail/em-format-html-display.c')
-rw-r--r-- | mail/em-format-html-display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index 036cf570e3..b48d97630a 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -2187,7 +2187,7 @@ efhd_bar_button_press_event(EAttachmentBar *bar, GdkEventButton *event, EMFormat if (event && event->button != 3) return FALSE; - /** @HookPoint-EMPopup: Attachment Bar Context Menu + /** @HookPoint-EMPopup: Attachment Bar Context Menu * @Id: org.gnome.evolution.mail.attachments.popup * @Class: org.gnome.evolution.mail.popup:1.0 * @Target: EMPopupTargetPart |