Changeset 5391
- Timestamp:
- Mar 26, 2008, 6:40:41 PM (14 years ago)
- Location:
- trunk/macosx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/GroupsWindowController.m
r5371 r5391 53 53 - (void) awakeFromNib 54 54 { 55 [[[fTableView tableColumnWithIdentifier: @"Button"] dataCell] setTitle: NSLocalizedString(@"Color", "Groups -> Color Button")]; 55 [[self window] setTitle: NSLocalizedString(@"Groups", "Groups -> window title")]; 56 [[[fTableView tableColumnWithIdentifier: @"Button"] dataCell] setTitle: NSLocalizedString(@"Color", "Groups -> color button")]; 56 57 57 58 [fTableView registerForDraggedTypes: [NSArray arrayWithObject: GROUP_TABLE_VIEW_DATA_TYPE]]; -
trunk/macosx/StatsWindowController.m
r5390 r5391 58 58 [[NSRunLoop currentRunLoop] addTimer: fTimer forMode: NSModalPanelRunLoopMode]; 59 59 [[NSRunLoop currentRunLoop] addTimer: fTimer forMode: NSEventTrackingRunLoopMode]; 60 61 [[self window] setTitle: NSLocalizedString(@"Statistics", "Stats window -> title")]; 60 62 61 63 //set label text
Note: See TracChangeset
for help on using the changeset viewer.