Closed landroni closed 10 years ago
See subject. I think the issue is in:
out <- .gconfirm(toolkit, msg = msg, icon = match.arg(icon), parent = parent, ...)
which should read:
out <- .gconfirm(toolkit, title=title, msg = msg, icon = match.arg(icon), parent = parent, ...)
Thanks, fixed with be94684c1e8ce392f119f092944084960bddc97e
See subject. I think the issue is in:
which should read: