From e940ff36b4645434b583a6389aff6c84ca1b7cb8 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Fri, 29 Sep 2006 22:48:38 +0000 Subject: from Stephen Fisher: Attached is a patch for consideration that changes the title in the preferences notebook to be the full description of the preference (but leaves the short name in the preferences list on the left). svn path=/trunk/; revision=19370 --- epan/prefs-int.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'epan/prefs-int.h') diff --git a/epan/prefs-int.h b/epan/prefs-int.h index 60267daa7a..fb96100286 100644 --- a/epan/prefs-int.h +++ b/epan/prefs-int.h @@ -28,7 +28,8 @@ struct pref_module { const char *name; /* name of module */ - const char *title; /* title of module (displayed in preferences notebook) */ + const char *title; /* title of module (displayed in preferences list) */ + const char *description;/* Description of module (displayed in preferences notebook) */ gboolean is_subtree; /* if TRUE, this has other modules, not preferences, under it */ void (*apply_cb)(void); /* routine to call when preferences applied */ GList *prefs; /* list of its preferences or submodules */ -- cgit v1.2.3