Don't prefix description with imf.

svn path=/trunk/; revision=38553
This commit is contained in:
Stig Bjørlykke 2011-08-16 09:08:36 +00:00
parent ef6ddbd3e8
commit c25dd4b1ce
1 changed files with 2 additions and 2 deletions

View File

@ -651,10 +651,10 @@ proto_register_imf(void)
static hf_register_info hf[] = {
{ &hf_imf_date,
{ "Date", "imf.date", FT_STRING, BASE_NONE, NULL, 0x0,
"imf.DateTime", HFILL }},
"DateTime", HFILL }},
{ &hf_imf_from,
{ "From", "imf.from", FT_STRING, BASE_NONE, NULL, 0x0,
"imf.MailboxList", HFILL }},
"MailboxList", HFILL }},
{ &hf_imf_sender,
{ "Sender", "imf.sender", FT_STRING, BASE_NONE, NULL, 0x0,
NULL, HFILL }},