]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Use GtkMessageDialog for dlg_error().
authorSimon Tatham <anakin@pobox.com>
Mon, 31 Aug 2015 13:29:56 +0000 (14:29 +0100)
committerSimon Tatham <anakin@pobox.com>
Mon, 31 Aug 2015 14:11:03 +0000 (15:11 +0100)
commit55de891e5437cf520c0231b4b42a855e14395b3d
tree8e6c707b6df687f1a9e2a0ac74a025359ce13f70
parentad8995b0d674d63a0a6898b0879dc3c9bb55dab2
Use GtkMessageDialog for dlg_error().

This is a much simpler way to display simple message-box type dialogs,
whose absence I've previously been working around by laboriously
constructing something in my usual style.
unix/gtkdlg.c