localize the window title as well

This commit is contained in:
Mitchell Livingston
2008-03-15 20:18:44 +00:00
parent 96432c8dbb
commit e6e1539be5
2 changed files with 1532 additions and 1530 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -76,6 +76,8 @@
fInfoImage = [NSImage imageNamed: @"YellowDot.png"];
fDebugImage = [NSImage imageNamed: @"PurpleDot.png"];
[[self window] setTitle: NSLocalizedString(@"Message Log", "Message window -> title")];
//set images and text for popup button items
[[fLevelButton itemAtIndex: LEVEL_ERROR] setImage: fErrorImage];
[[fLevelButton itemAtIndex: LEVEL_ERROR] setTitle: NSLocalizedString(@"Error", "Message window -> level string")];