Internationalize the file browser.
authorTim Mann <tim@tim-mann.org>
Fri, 10 Jun 2011 06:57:43 +0000 (23:57 -0700)
committerTim Mann <tim@tim-mann.org>
Fri, 10 Jun 2011 06:57:43 +0000 (23:57 -0700)
commit66916d7ccbb16e97ce1222c692bb24bf5cfb2210
tree6c46f9feef97a5cdfa51dad0bc260769f12b9282
parent0409e1f7a2ddc1ca1c795824d374374789085831
Internationalize the file browser.

The file browser was missed in the previous round of
internationalization and had gotten broken by setting international =
True in its widgets.  I got nothing but segfaults trying to set
international to False in the file browser widget subtree when it was
True in the main window, so I gave up and did the
internationalization.  It turned out to be pretty easy.

As a tiny bonus fix, I removed some ../'s from includes, and you can
now configure and build xboard in a subdirectory again.  This was
useful for building both --enable-nls and --disable-nls from the same
sources to compare functionality and make sure both still work.
filebrowser/dir.c
filebrowser/draw.c
filebrowser/path.c
filebrowser/selfile.c
filebrowser/selfile.h