diff --git a/AUTHORS b/AUTHORS index ab4b6abb55..351e0731d7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -81,7 +81,7 @@ Alexandru Harsanyi for core dumps, lockups, gtk work John Hasler engine patch Jon Kåre Hellan misc core dump fixes Claus Hindsgaul Danish translation -Miquel Jordana Spanish translation of manual +Miquel Jordana Vilamitjana Spanish translation of manual Prakash Kailasa for gnome build fixes Alexey Kakunin quickfill patch for cyrillic Ben Kelly for motif menu bug fix, core dump fixes diff --git a/ChangeLog b/ChangeLog index fd6fadadc3..084a3634a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-03-18 Dave Peticolas + + * AUTHORS: update author info + + * doc/sgml/C/xacc-about.sgml: update author info + + * src/gnome/top-level.c: add VERSION arg to gnome_init + 2001-03-16 Rob Browning * src/scm/utilities.scm diff --git a/doc/sgml/C/xacc-about.sgml b/doc/sgml/C/xacc-about.sgml index cc46ef7411..9c5eaa3fe3 100644 --- a/doc/sgml/C/xacc-about.sgml +++ b/doc/sgml/C/xacc-about.sgml @@ -590,7 +590,8 @@ Christiansen -Miquel Jordana +jjvmjv@mundomail.netMiquel Jordana + Vilamitjana Spanish translation of manual diff --git a/src/gnome/top-level.c b/src/gnome/top-level.c index 9428058c14..13b77ee54c 100644 --- a/src/gnome/top-level.c +++ b/src/gnome/top-level.c @@ -197,7 +197,7 @@ gnucash_ui_init(void) restargc = argv_length(restargv); - gnome_init_with_popt_table("GnuCash", NULL, restargc, restargv, + gnome_init_with_popt_table("GnuCash", VERSION, restargc, restargv, nullPoptTable, 0, &returnedPoptContext); gnome_is_initialized = TRUE;