Changeset 69

Show
Ignore:
Timestamp:
03/17/03 18:16:26 (6 years ago)
Author:
nonex
Message:

Look for the localizable strings in the prefPane bundle.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Preference Panes/Notification/MVNotificationPreferencePane.m

    r62 r69  
    2121                availableSounds = [[NSMenu alloc] initWithTitle:@"Sounds"]; 
    2222 
    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]; 
    2424                [menuItem setRepresentedObject:@""]; 
    2525                [menuItem setImage:soundIcon];