Reorganise setup_fonts_ucs so that in case of error it does nothing
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 13 Jan 2013 21:59:10 +0000 (21:59 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 13 Jan 2013 21:59:10 +0000 (21:59 +0000)
commitb8af224e6169e1eec348e8af10b01ac2ebe54347
tree7f8efd24bd9757a81bf548406d8c9d8e231b5cba
parent1387e90bf3959125b985d41d049f9874d3003ec4
Reorganise setup_fonts_ucs so that in case of error it does nothing
and returns its error message as a string, instead of actually
printing it on standard error and exiting. Now we can preserve the
previous error behaviour when we get a nonexistent font name at
startup time, but no longer rudely terminate in mid-session if the
user configures a bogus font name in Change Settings.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9745 cda61777-01e9-0310-a592-d414129be87e
unix/gtkdlg.c
unix/gtkwin.c
unix/unix.h