mirror of
https://github.com/Codeux-Software/Textual.git
synced 2026-06-16 13:24:32 +00:00
- 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.