Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for cancel button title #4

Closed
rogomantik opened this issue Dec 28, 2015 · 1 comment
Closed

Fix for cancel button title #4

rogomantik opened this issue Dec 28, 2015 · 1 comment

Comments

@rogomantik
Copy link

line 351
// Add a cancel button
self.addCancelButton("Done") ///here

    // Decide the menu size

should be
self.addCancelButton(cancelButtonTitle)

@ytakzk ytakzk closed this as completed in 40586c2 Dec 28, 2015
@ytakzk
Copy link
Owner

ytakzk commented Dec 28, 2015

@rogomantik Thank you for letting me know. I uploaded the fixed version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants