Changeset 69
- Timestamp:
- 03/17/03 18:16:26 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Preference Panes/Notification/MVNotificationPreferencePane.m
r62 r69 21 21 availableSounds = [[NSMenu alloc] initWithTitle:@"Sounds"]; 22 22 23 menuItem = [[[NSMenuItem alloc] initWithTitle:NSLocalizedString ( @"No Sound", "no sound menu option - mute" ) action:NULL keyEquivalent:@""] autorelease];23 menuItem = [[[NSMenuItem alloc] initWithTitle:NSLocalizedStringFromTableInBundle( @"No Sound", @"Localizable", bundle, "no sound menu option - mute" ) action:NULL keyEquivalent:@""] autorelease]; 24 24 [menuItem setRepresentedObject:@""]; 25 25 [menuItem setImage:soundIcon];
