fixed a comment

svn path=/trunk/; revision=22630
This commit is contained in:
Jeffrey Stedfast
2003-09-19 21:01:52 +00:00
parent dea1ec84a8
commit 939c8a4b82

View File

@ -3915,7 +3915,7 @@ handle_mailto (EMsgComposer *composer, const char *mailto)
}
}
} else if (!strcasecmp (header, "attach")) {
/*Change file url to absolute path*/
/* Change file url to absolute path */
if (!strncasecmp (content, "file:", 5)) {
url = camel_url_new (content, NULL);
e_msg_composer_attachment_bar_attach (E_MSG_COMPOSER_ATTACHMENT_BAR (composer->attachment_bar),