Load prefs nib right away.

This commit is contained in:
Mitchell Livingston
2006-08-02 21:24:53 +00:00
parent ee45191676
commit 2ec6ed63eb

View File

@@ -76,6 +76,8 @@
{
fDefaults = [NSUserDefaults standardUserDefaults];
fHandle = handle;
[[self window] update]; //makesure nib is loaded right away
}
return self;
}