Connect the `Help' button in the `Close Book' dialog box (Tools > Close
Book) to newly-written help section on book closing.

Signed-off-by: Yawar Amin <yawar.amin@gmail.com>

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22701 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
John Ralls 2013-01-14 01:18:48 +00:00
parent 19c65666d9
commit 2824afbabc
2 changed files with 2 additions and 1 deletions

View File

@ -277,7 +277,7 @@ gnc_book_close_response_cb(GtkDialog *dialog, gint response, GtkDialog *unused)
switch (response)
{
case GTK_RESPONSE_HELP:
gnc_gnome_help(HF_HELP, HL_GLOBPREFS);
gnc_gnome_help(HF_HELP, HL_CLOSE_BOOK);
break;
case GTK_RESPONSE_OK:
cbw->close_date = gnc_date_edit_get_date(GNC_DATE_EDIT(cbw->close_date_widget));

View File

@ -62,6 +62,7 @@
#define HL_SXEDITOR "tool-sched"
#define HL_GCONF "gconf"
#define HL_BOOK_OPTIONS "book-options"
#define HL_CLOSE_BOOK "tool-close-book"
/* GTK Windows - Common Response Codes */