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 --- gtk/prefs_dlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/prefs_dlg.c') diff --git a/gtk/prefs_dlg.c b/gtk/prefs_dlg.c index a83f0269e9..690e1aef6d 100644 --- a/gtk/prefs_dlg.c +++ b/gtk/prefs_dlg.c @@ -316,7 +316,7 @@ module_prefs_show(module_t *module, gpointer user_data) gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(main_sw), GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC); /* Frame */ - frame = gtk_frame_new(module->title); + frame = gtk_frame_new(module->description); gtk_container_set_border_width(GTK_CONTAINER(frame), 5); gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(main_sw), frame); OBJECT_SET_DATA(main_sw, E_PAGESW_FRAME_KEY, frame); -- cgit v1.2.3