Originally posted by MacGorilla:
This might be the Stupid Question Of The Day, but how do I modify my app's About Box in Interface Builder? I want to add text and my own icon.
if you assign an icon to your application, it should appear automatically in the default about box. you can edit Credits.rtf in the Resources/ directory to change the text. this is very basic.
if you want to make a custom one, it would require a little more work, but basically would involve making a new window in the main.nib file and intercepting the call for the about box to open your custom one.
i haven't made a custom dialog box for any of my apps yet, but i know that the first suggestions do work.
adam