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:
Clemens Zeidler 2011-02-15 02:00:58 +00:00
parent 4884bb9956
commit 9c4e0ece54
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}