aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAlertSheets.h
Commit message (Collapse)AuthorAgeFilesLines
* Enable all *reasonable* warnings for all build configurations and fix a few ↵stuconnolly2010-04-261-1/+1
| | | | of them.
* Address Issue #546 (format string bugs):rowanbeentje2010-01-201-0/+36
- Fix incorrect uses of [NSString stringWithFormat:] with preconstructed strings and no arguments in SPUserManager - To fix display issues, replace NSBeginAlertSheet (which includes automatic sprintf expansion of the message) with a safely-escaped SPBeginAlertSheet in many files