Inform the user about 'gnucash-docs' package when Help is selected with

no content. Fixes #347102.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15081 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2006-11-03 19:50:54 +00:00
parent b3f2483ec6
commit 674cb55874

View File

@ -242,6 +242,12 @@ gnc_gnome_help (const char *file_name, const char *anchor)
return;
g_assert(error != NULL);
{
const gchar *message =
_("GnuCash could not find the files for the help documentation. "
"This is likely because the 'gnucash-docs' package is not installed.");
gnc_error_dialog(NULL, message);
}
PERR ("%s", error->message);
g_error_free(error);
}