More small changes, including to window placement.

This commit is contained in:
Mitchell Livingston
2006-10-21 20:41:10 +00:00
parent baee0d4398
commit 5b882ce015
7 changed files with 27 additions and 20 deletions
+2
View File
@@ -72,6 +72,8 @@
- (void) awakeFromNib
{
[[self window] center];
int level = [[NSUserDefaults standardUserDefaults] integerForKey: @"MessageLevel"];
if (level == TR_MSG_ERR)
[fLevelButton selectItemAtIndex: LEVEL_ERROR];