aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2005-05-09 00:11:03 +0000
committerLars Roland <Lars.Roland@gmx.net>2005-05-09 00:11:03 +0000
commit20901fcedf16713fe8df4cf78973cc9e7644430c (patch)
tree3457f48acea48e88ba0585d9da05f437a12a2913 /asn1
parent5f092fe201b3baedb45e048abb8ec7dcb829f7d7 (diff)
only lower-case ASCII letters, numbers,
underscores, and dots are allowed in the preference name. Fix it the camel dissector. svn path=/trunk/; revision=14333
Diffstat (limited to 'asn1')
-rw-r--r--asn1/camel/packet-camel-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/camel/packet-camel-template.c b/asn1/camel/packet-camel-template.c
index 1adbee075c..452f0e7135 100644
--- a/asn1/camel/packet-camel-template.c
+++ b/asn1/camel/packet-camel-template.c
@@ -671,7 +671,7 @@ void proto_register_camel(void) {
camel_module = prefs_register_protocol(proto_camel, proto_reg_handoff_camel);
- prefs_register_enum_preference(camel_module, "date format", "Date Format",
+ prefs_register_enum_preference(camel_module, "date.format", "Date Format",
"The date format: (DD/MM) or (MM/DD)",
&date_format, date_options, FALSE);