mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
b3f2483ec6
commit
674cb55874
@ -242,6 +242,12 @@ gnc_gnome_help (const char *file_name, const char *anchor)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
g_assert(error != NULL);
|
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);
|
PERR ("%s", error->message);
|
||||||
g_error_free(error);
|
g_error_free(error);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user