* gnome/gw-gnc-spec.scm -- add "#include <gnc-splash.h>"

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7352 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2002-10-19 15:33:35 +00:00
parent 2053358645
commit 2847a1a8f9
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2002-10-19 Derek Atkins <derek@ihtfp.com>
* gnome/gw-gnc-spec.scm -- add "#include <gnc-splash.h>"
2002-10-19 Christian Stimming <stimming@tuhh.de>
* po/POTFILES.in: Update potfile.in for upcoming translations.

View File

@ -45,6 +45,7 @@
"#include <top-level.h>\n"
"#include <window-help.h>\n"
"#include <gnc-html.h>\n"
"#include <gnc-splash.h>\n"
"#include <dialog-find-transactions.h>\n"
"#include <dialog-scheduledxaction.h>\n"
"#include <dialog-sxsincelast.h>\n" )))