r23785 - gnucash/trunk/src - Link to help button in New Employee window the new employees section in GnuCash help.

Cristian Marchi cmarchi at code.gnucash.org
Sat Feb 1 16:06:59 EST 2014


Author: cmarchi
Date: 2014-02-01 16:06:59 -0500 (Sat, 01 Feb 2014)
New Revision: 23785
Trac: http://svn.gnucash.org/trac/changeset/23785

Modified:
   gnucash/trunk/src/business/business-gnome/dialog-employee.c
   gnucash/trunk/src/gnome-utils/gnc-ui.h
Log:
Link to help button in New Employee window the new employees section in GnuCash help.

Modified: gnucash/trunk/src/business/business-gnome/dialog-employee.c
===================================================================
--- gnucash/trunk/src/business/business-gnome/dialog-employee.c	2014-02-01 20:58:36 UTC (rev 23784)
+++ gnucash/trunk/src/business/business-gnome/dialog-employee.c	2014-02-01 21:06:59 UTC (rev 23785)
@@ -274,7 +274,7 @@
 void
 gnc_employee_window_help_cb (GtkWidget *widget, gpointer data)
 {
-    gnc_gnome_help(HF_HELP, HL_USAGE_BSNSS);
+    gnc_gnome_help(HF_HELP, HL_USAGE_EMPLOYEE);
 }
 
 void

Modified: gnucash/trunk/src/gnome-utils/gnc-ui.h
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-ui.h	2014-02-01 20:58:36 UTC (rev 23784)
+++ gnucash/trunk/src/gnome-utils/gnc-ui.h	2014-02-01 21:06:59 UTC (rev 23785)
@@ -57,6 +57,7 @@
 #define HL_USAGE_BILL        "busnss-ap-bills1"
 #define HL_USAGE_CUSTOMER    "busnss-ar-customers1"
 #define HL_USAGE_VENDOR      "busnss-ap-vendors1"
+#define HL_USAGE_EMPLOYEE    "busnss-emply"
 #define HL_ACC               "acct-create"
 #define HL_ACCEDIT           "acct-edit"
 #define HL_COMMODITY         "tool-commodity"



More information about the gnucash-changes mailing list