MMLoginShell defaults to NO

Starting a tcsh shell with -c and -l doesn't work so disable this user default
until further notice.
This commit is contained in:
Bjorn Winckler
2007-11-18 14:18:12 +01:00
parent 240bb64660
commit 2fbfb74a77
+1 -1
View File
@@ -84,7 +84,7 @@ static NSTimeInterval MMReplyTimeout = 5;
[NSNumber numberWithBool:YES], MMTranslateCtrlClickKey,
[NSNumber numberWithBool:NO], MMOpenFilesInTabsKey,
[NSNumber numberWithBool:NO], MMNoFontSubstitutionKey,
[NSNumber numberWithBool:YES], MMLoginShellKey,
[NSNumber numberWithBool:NO], MMLoginShellKey,
nil];
[[NSUserDefaults standardUserDefaults] registerDefaults:dict];