[evolution-patches] patch against bugzilla #64694 composer/e-msg-composer-attachment.c not support l10n message



Hi, guys,

Please help to review this little patch.

Description of Problem:
The message "Cannot attach file %s: %s" is in
/evolution-1.4.6/composer/e-msg-composer-attachment.c
,  and the messages were not localized.

Steps to reproduce the problem:
1. Select [New] -> [Message] to compose a new message.
2. Click on "Attachment" button to add an attachment.
3. Enter a filename of non-existing file.

Actual Results:
There appears an error message which is partially
not localized - see the attached screenshot from
De locale.


Expected Results:
Localized error message should be shown.


How often does this happen? Every time.


Index: e-msg-composer-attachment.c
===================================================================
RCS file: /export/src/cvs/evolution/composer/e-msg-composer-attachment.c,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 e-msg-composer-attachment.c
--- e-msg-composer-attachment.c 2003/09/26 06:34:29     1.1.1.1
+++ e-msg-composer-attachment.c 2004/08/31 01:10:17
@@ -28,6 +28,8 @@
   attachment.  Also, this contains the code to let users edit the
   attachment manually. */

+#include "config.h"
+
#include <sys/stat.h>
#include <string.h>
#include <errno.h>





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]