mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-26 02:40:43 -06:00
* AUTHORS: update author info
* doc/sgml/C/xacc-about.sgml: update author info * src/gnome/top-level.c: add VERSION arg to gnome_init git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3797 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
e34d033856
commit
b610c3e299
2
AUTHORS
2
AUTHORS
@ -81,7 +81,7 @@ Alexandru Harsanyi <haral@codec.ro> for core dumps, lockups, gtk work
|
||||
John Hasler <john@dhh.gt.org> engine patch
|
||||
Jon Kåre Hellan <hellan@acm.org> misc core dump fixes
|
||||
Claus Hindsgaul <claus_h@image.dk> Danish translation
|
||||
Miquel Jordana Spanish translation of manual
|
||||
Miquel Jordana Vilamitjana <jjvmjv@mundomail.net> Spanish translation of manual
|
||||
Prakash Kailasa <PrakashK@bigfoot.com> for gnome build fixes
|
||||
Alexey Kakunin <small@arcadia.spb.ru> quickfill patch for cyrillic
|
||||
Ben Kelly <ben.kelly@ieee.org> for motif menu bug fix, core dump fixes
|
||||
|
@ -1,3 +1,11 @@
|
||||
2001-03-18 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* 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 <rlb@cs.utexas.edu>
|
||||
|
||||
* src/scm/utilities.scm
|
||||
|
@ -590,7 +590,8 @@ Christiansen</GLOSSTERM>
|
||||
</GLOSSENTRY>
|
||||
|
||||
<GLOSSENTRY>
|
||||
<GLOSSTERM>Miquel Jordana</GLOSSTERM>
|
||||
<GLOSSTERM><email>jjvmjv@mundomail.net</email>Miquel Jordana
|
||||
Vilamitjana</GLOSSTERM>
|
||||
<GLOSSDEF>
|
||||
<PARA>Spanish translation of manual</PARA>
|
||||
</GLOSSDEF>
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user