- Renamed -addButton... methods as buttons were not being added. Just titled being set. Original name was based off NSAlert.
- Ditch -addButtonWithTitle: altogether and force caller to specify the target button.
This fixes input prompt alerts not having correct number of buttons because -addButtonWithTitle: was not incrementing button count and no one bother to test that.