r15081 - gnucash/trunk/src/gnome-utils - Inform the user about 'gnucash-docs' package when Help is selected with

Andreas Köhler andi5 at cvs.gnucash.org
Fri Nov 3 14:50:54 EST 2006


Author: andi5
Date: 2006-11-03 14:50:54 -0500 (Fri, 03 Nov 2006)
New Revision: 15081
Trac: http://svn.gnucash.org/trac/changeset/15081

Modified:
   gnucash/trunk/src/gnome-utils/gnc-gnome-utils.c
Log:
Inform the user about 'gnucash-docs' package when Help is selected with
no content. Fixes #347102.


Modified: gnucash/trunk/src/gnome-utils/gnc-gnome-utils.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-gnome-utils.c	2006-11-03 19:49:13 UTC (rev 15080)
+++ gnucash/trunk/src/gnome-utils/gnc-gnome-utils.c	2006-11-03 19:50:54 UTC (rev 15081)
@@ -242,6 +242,12 @@
     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);
 }



More information about the gnucash-changes mailing list