jverzani / gWidgets2

Rewrite of gWidgets
35 stars 9 forks source link

`title` argument ignored in `gconfirm()` #60

Closed landroni closed 10 years ago

landroni commented 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, ...)
jverzani commented 10 years ago

Thanks, fixed with be94684c1e8ce392f119f092944084960bddc97e