mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-29 00:39:28 +00:00
Monotone-Parent: eda5c525a4bff80cf6f3bc99808aeca62b525c78
Monotone-Revision: f547e80f0b37a2309a16da53656017a4ee10f80b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-10-18T01:13:45 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -70,6 +70,7 @@ sogo_backend_init (void)
|
||||
Class MAPIApplicationK;
|
||||
NSUserDefaults *ud;
|
||||
SoProductRegistry *registry;
|
||||
char *argv0 = "openchange";
|
||||
|
||||
pool = [NSAutoreleasePool new];
|
||||
|
||||
@@ -78,8 +79,8 @@ sogo_backend_init (void)
|
||||
the encoding specified in the file. */
|
||||
putenv ("GNUSTEP_STRING_ENCODING=NSUTF8StringEncoding");
|
||||
|
||||
[NSProcessInfo initializeWithArguments: NULL
|
||||
count: 0
|
||||
[NSProcessInfo initializeWithArguments: &argv0
|
||||
count: 1
|
||||
environment: environ];
|
||||
|
||||
[SOGoSystemDefaults sharedSystemDefaults];
|
||||
|
||||
Reference in New Issue
Block a user