gui: Fix configuring Unicode box characters.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 2 Nov 2011 04:54:46 +0000 (21:54 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 2 Nov 2011 04:54:46 +0000 (21:54 -0700)
commit37d5f592081a2ec8fa461c20c84087e8bf5dc560
treee57e59b88db389146fab573824761ba40aef985b
parent5825b0b870739af3760c07138bed50e99db788ae
gui: Fix configuring Unicode box characters.

Commit 14b3603043 "ascii: Add support for multibyte characters"
changed how the box characters are configured but failed to
update psppire-output-window.c, so attempting to paste a table
into an application that accepts UTF-8 text would output many
warnings like "unknown option `box[0201]'" and not actually use
Unicode box characters.

This fixes the problem.
src/ui/gui/psppire-output-window.c