Monotone-Parent: e96676c1d053a9dc539df8580b1176640559093d

Monotone-Revision: eba5106d152098988a4b6ce5adba36fb44ddcdb8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-24T23:08:02
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-04-24 23:08:02 +00:00
parent 8bd4abeaf7
commit 5c10727c9f
+3 -1
View File
@@ -33,7 +33,9 @@ main (int argc, char **argv, char **env)
NSAutoreleasePool *pool;
pool = [NSAutoreleasePool new];
// [NSProcessInfo initializeWithArguments: argv count: argc environment: env];
#if LIB_FOUNDATION_LIBRARY
[NSProcessInfo initializeWithArguments: argv count: argc environment: env];
#endif
[NGBundleManager defaultBundleManager];
ud = [NSUserDefaults standardUserDefaults];