aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2010-12-22 06:25:33 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2010-12-22 06:25:33 +0000
commit9f0783f33742f2dca473a88d581df2d07e7e398c (patch)
tree06574ad8b870bb68cfcbf8603db31cfa5b487a12 /doc
parent7e9ea4a51fc16688411c7d7243d3f3f94d323195 (diff)
Allow for NULL preference descriptions.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35242 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-rw-r--r--doc/README.developer2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.developer b/doc/README.developer
index 49392c98c6..8f6c99d788 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -3563,7 +3563,7 @@ Where: module - Returned by the prefs_register_protocol routine
the preference file will already have it
title - Field title in the preferences dialog
description - Comments added to the preference file above the
- preference value
+ preference value and shown as tooltip in the GUI, or NULL
var - pointer to the storage location that is updated when the
field is changed in the preference dialog box. Note that
with string preferences the given pointer is overwritten