aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-12-22 06:25:33 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-12-22 06:25:33 +0000
commitfc4d25fcc42df3629c17aee32fac1f653b737bee (patch)
tree06574ad8b870bb68cfcbf8603db31cfa5b487a12 /doc/README.developer
parentd1787cafa4a3f30bc6fc5f5e7d9aeaeb5e7813f9 (diff)
Allow for NULL preference descriptions.
svn path=/trunk/; revision=35242
Diffstat (limited to 'doc/README.developer')
-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