Disable enviroment_overide() when MAC_INTEGRATION is defined: It doesn't play well with App Bundles.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19238 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
John Ralls 2010-06-07 21:45:40 +00:00
parent a13c740c7f
commit 6b1589cd81

View File

@ -740,8 +740,9 @@ main(int argc, char ** argv)
* The user may have configured a different language via
* the environment file.
*/
#ifndef MAC_INTEGRATION
environment_override();
#endif
#ifdef HAVE_GETTEXT
{
gchar *localedir = gnc_path_get_localedir();