aboutsummaryrefslogtreecommitdiffstats
path: root/Source/DMLocalizedNib.m
Commit message (Collapse)AuthorAgeFilesLines
* Localisation support improvements:rowanbeentje2010-07-041-0/+135
- Add support for localizing table column header cell strings - Add support for automatically translating nibs loaded via the combination of [[NSNib alloc] init...] and [NSNib instantiateNibWithOwner:topLevelObjects:]. This loading method is required for various non-document based setups or dynamic loading.