What steps will reproduce the problem?
1. Add ShortcutRecord to Cocoa project
2. Create NSError object using NSLocalizedDescriptionKey, etc constants
3. [NSApp presentError:] will display a blank error message
NSError( SRAdditions ) redefines NSError methods to use
@"NSLocalizedDescriptionKey" instead of
NSLocalizedDescriptionKey constant.
Apple defines NSLocalizedDescriptionKey = @"NSLocalizedDescription" (no "Key"
in the value).
Original issue reported on code.google.com by roustem....@gmail.com on 8 May 2007 at 3:25
Original issue reported on code.google.com by
roustem....@gmail.com
on 8 May 2007 at 3:25