aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDBActionCommons.m
Commit message (Collapse)AuthorAgeFilesLines
* Minor tidy up including the removal of unnecessary imports.stuconnolly2010-08-121-3/+0
|
* Now longer using [NSApp mainWindow] but a reference to the correct window ↵drx7772010-04-291-2/+1
| | | | for message sheets. It could have caused messages appearing in the wrong window.
* Added class SPDBActionCommons providing common functionality to all derived ↵drx7772010-04-291-0/+36
DatabaseActions classes, thus reducing code duplicates.