2001-06-13 Dave Peticolas <dave@krondo.com>

* src/experimental/cgi-bin/Makefile.am: add .cvsignore to dist

	* src/scm/report/account-summary.scm: fix string

	* src/guile/gnc-helpers.c (gnc_scm_list_to_glist): fix bug


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4677 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-06-14 06:29:18 +00:00
parent 94b2600d25
commit 3e1103cb6c
3 changed files with 9 additions and 1 deletions
ChangeLog
src
experimental/cgi-bin
scm/report

View File

@ -1,5 +1,11 @@
2001-06-13 Dave Peticolas <dave@krondo.com>
* src/experimental/cgi-bin/Makefile.am: add .cvsignore to dist
* src/scm/report/account-summary.scm: fix string
* src/guile/gnc-helpers.c (gnc_scm_list_to_glist): fix bug
* src/scm/extensions.scm: fix bug
* src/gnome/dialog-progress.c: use libglade

View File

@ -3,6 +3,8 @@
bin_PROGRAMS = hello hello2 fastcgi-hello hello3 gnc-server
EXTRA_DIST = .cvsignore
CFLAGS = @CFLAGS@ ${GLIB_CFLAGS}
LDADD = \

View File

@ -43,7 +43,7 @@
(optname-price-source (N_ "Price Source"))
(optname-show-subaccounts (N_ "Always show sub-accounts"))
(optname-accounts (N_ "Account"))
(optname-accounts (N_ "Accounts"))
(optname-group-accounts (N_ "Group the accounts"))
(optname-show-parent-balance (N_ "Show balances for parent accounts"))