mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
a13c740c7f
commit
6b1589cd81
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user