mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
2001-05-24 Dave Peticolas <dave@krondo.com>
* src/gnome/new-user-funs.c (gnc_ui_show_new_user_choice_window): jump to new user quickstart help when appropriate * src/gnc-ui.h: add new help file git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4279 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2001-05-24 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* src/gnome/new-user-funs.c (gnc_ui_show_new_user_choice_window):
|
||||
jump to new user quickstart help when appropriate
|
||||
|
||||
* src/gnc-ui.h: add new help file
|
||||
|
||||
2001-05-25 Robert Graham Merkel <rgmerk@mira.net>
|
||||
|
||||
* src/scm/html-utilities.scm: display report title
|
||||
|
||||
+11
-11
@@ -32,19 +32,19 @@
|
||||
/** Help Files ******************************************************/
|
||||
#define HH_ABOUT "xacc-about.html"
|
||||
#define HH_ACC "xacc-newacctwin.html"
|
||||
#define HH_REGWIN "xacc-regwin.html"
|
||||
#define HH_RECNWIN "xacc-recnwin.html"
|
||||
#define HH_ADJBWIN "xacc-adjbwin.html"
|
||||
#define HH_MAIN "index.html"
|
||||
#define HH_GPL "xacc-gpl.html"
|
||||
#define HH_GLOBPREFS "xacc-preferences.html"
|
||||
#define HH_ACCEDIT "xacc-accountedit.html"
|
||||
#define HH_QIFIMPORT "xacc-qif-import.html"
|
||||
#define HH_PRINTCHECK "xacc-print-check.html"
|
||||
#define HH_FIND_TRANSACTIONS "xacc-locatingtxns.html"
|
||||
#define HH_PRINT "xacc-print.html"
|
||||
#define HH_ADJBWIN "xacc-adjbwin.html"
|
||||
#define HH_COMMODITY "xacc-commodity.html"
|
||||
|
||||
#define HH_FIND_TRANSACTIONS "xacc-locatingtxns.html"
|
||||
#define HH_GLOBPREFS "xacc-preferences.html"
|
||||
#define HH_GPL "xacc-gpl.html"
|
||||
#define HH_MAIN "index.html"
|
||||
#define HH_PRINT "xacc-print.html"
|
||||
#define HH_PRINTCHECK "xacc-print-check.html"
|
||||
#define HH_QIFIMPORT "xacc-qif-import.html"
|
||||
#define HH_QUICKSTART "xacc-quickstart.html"
|
||||
#define HH_RECNWIN "xacc-recnwin.html"
|
||||
#define HH_REGWIN "xacc-regwin.html"
|
||||
|
||||
/* Dialog windows ***************************************************/
|
||||
|
||||
|
||||
@@ -393,8 +393,7 @@ gnc_ui_show_new_user_choice_window(void)
|
||||
}
|
||||
else if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (tutorial_button)))
|
||||
{
|
||||
/* FIXME: change to tutorial */
|
||||
helpWindow (NULL, NULL, HH_ABOUT);
|
||||
helpWindow (NULL, NULL, HH_QUICKSTART);
|
||||
}
|
||||
|
||||
gncp_new_user_finish ();
|
||||
|
||||
Reference in New Issue
Block a user