lacasanova / shortcutrecorder

Automatically exported from code.google.com/p/shortcutrecorder
0 stars 0 forks source link

NSError( SRAdditions ) breaks [NSApp presentError:] in Cocoa applications #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed in revision 6.

Original comment by woot...@gmail.com on 5 Aug 2007 at 1:09