Tk.jl icon indicating copy to clipboard operation
Tk.jl copied to clipboard

Typo in Messagebox method

Open jessymilare opened this issue 4 years ago • 0 comments

In "src/dialogs.jl", line 21:

Messagebox(message::AbstractString) = Message(nothing, message=message)

Should be:

Messagebox(message::AbstractString) = Messagebox(nothing, message=message)

jessymilare avatar Oct 09 '21 22:10 jessymilare