Use macro instead hard coded string.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40503 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4884bb9956
commit
9c4e0ece54
@ -169,7 +169,7 @@ HaikuMailFormatFilter::HeaderFetched(const entry_ref& ref, BFile* file)
|
||||
}
|
||||
|
||||
BNodeInfo info(file);
|
||||
info.SetType("text/x-partial-email");
|
||||
info.SetType(B_PARTIAL_MAIL_TYPE);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user