]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix cut-and-paste errors in nonfatal() implementations.
authorSimon Tatham <anakin@pobox.com>
Mon, 23 Sep 2013 14:35:08 +0000 (14:35 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 23 Sep 2013 14:35:08 +0000 (14:35 +0000)
commit7223973988ae6cff1888ef899a191d1885b7af43
tree84734b5b92bdd6d9b1babb2d57a615818b3af912
parenta3d069d2c1daea04ffcef26b546743abd76571a6
Fix cut-and-paste errors in nonfatal() implementations.

Unix GUI programs should not say 'Fatal Error' in the message box
title, and Plink should not destroy its logging context as a side
effect of printing a non-fatal error. Both appear to have been due to
inattentive cut and paste from the pre-existing fatal error functions.

[originally from svn r10044]
unix/gtkdlg.c
unix/uxplink.c
windows/winplink.c