]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commitfc0f622f1086501012c316386c20d86f3ec2fbe1
tree84734b5b92bdd6d9b1babb2d57a615818b3af912
parentd7284139c66a8348c382ae661e89defc503740f4
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.

git-svn-id: http://svn.tartarus.org/sgt/putty@10044 cda61777-01e9-0310-a592-d414129be87e
unix/gtkdlg.c
unix/uxplink.c
windows/winplink.c