Changing the text of the cancel button of an NSOpenPanel (Cocoa OSX)

Posted by Michael Minerva on Stack Overflow See other posts from Stack Overflow or by Michael Minerva
Published on 2010-05-19T21:36:44Z Indexed on 2010/05/20 2:30 UTC
Read the original article Hit count: 280

Filed under:
|
|

I would like to have a customizable chooser where many features may be customized. One thing I cannot figure out how to do is change the text of the cancel button. I found that the method setPrompt will change the text of the okay button but I can find no similar method for the cancel button, is there such a method?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about osx