From 5bffe4927d0886dd65c88d2593d93cf222e170fb Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Thu, 1 Apr 2010 17:01:04 +0200 Subject: Bug #605745 - Use a few more named constants --- plugins/tnef-attachments/tnef-plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/tnef-attachments/tnef-plugin.c b/plugins/tnef-attachments/tnef-plugin.c index cf0b11ee4a..4c02457e7c 100644 --- a/plugins/tnef-attachments/tnef-plugin.c +++ b/plugins/tnef-attachments/tnef-plugin.c @@ -333,10 +333,10 @@ void processTnef(TNEFStruct *tnef, const gchar *tmpdir) { /* Ok, it's not an embedded stream, so now we */ /* process it. */ if ((filename = MAPIFindProperty(&(p->MAPI), - PROP_TAG(30,0x3707))) + PROP_TAG(PT_STRING8, PR_ATTACH_LONG_FILENAME))) == MAPI_UNDEFINED) { if ((filename = MAPIFindProperty(&(p->MAPI), - PROP_TAG(30,0x3001))) + PROP_TAG(PT_STRING8, PR_DISPLAY_NAME))) == MAPI_UNDEFINED) { filename = &(p->Title); } -- cgit v1.2.3