2002-12-28 Christian Stimming <stimming@tuhh.de>

* src/scm/main.scm: Patch by Peter O'Gorman <peter@pogma.com> for
	Mac OS X.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7727 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2002-12-28 09:52:09 +00:00
parent c18b48371d
commit dbea4cd3e3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-12-28 Christian Stimming <stimming@tuhh.de>
* src/scm/main.scm: Patch by Peter O'Gorman <peter@pogma.com> for
Mac OS X.
2002-12-27 Christian Stimming <stimming@tuhh.de>
* src/engine/test-core/Makefile.am: Fix linker errors in

View File

@ -351,7 +351,7 @@ string and 'directories' must be a list of strings."
(gnc:setup-debugging)
;; before doing ANYTHING, set the locale!
(setlocale LC_ALL "")
(false-if-exception (setlocale LC_ALL ""))
;; initialize the gnucash module system
(gnc:module-system-init)