aboutsummaryrefslogtreecommitdiffstats
path: root/tx
diff options
context:
space:
mode:
authorPeter Åstrand <astrand@cendio.se>2005-01-25 08:31:31 +0000
committerPeter Åstrand <astrand@cendio.se>2005-01-25 08:31:31 +0000
commitccccd8e9f37dcc7f2d01158e17cd63508942ace7 (patch)
tree7c7ac3720d86c60ea8a8cf095834fb7c9f0e7a95 /tx
parent1c6ad92b4dd3c8263cb0a6d86b7419d79af40f46 (diff)
downloadtigervnc-ccccd8e9f37dcc7f2d01158e17cd63508942ace7.tar.gz
tigervnc-ccccd8e9f37dcc7f2d01158e17cd63508942ace7.zip
Make sure translations works in an UTF8 environment.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@124 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'tx')
-rw-r--r--tx/TXWindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tx/TXWindow.cxx b/tx/TXWindow.cxx
index a649de40..1114685c 100644
--- a/tx/TXWindow.cxx
+++ b/tx/TXWindow.cxx
@@ -73,7 +73,7 @@ void TXWindow::init(Display* dpy, const char* defaultWindowClass_)
white = enabledBg = cols[5].pixel;
defaultGC = XCreateGC(dpy, DefaultRootWindow(dpy), 0, 0);
defaultFS
- = XLoadQueryFont(dpy, "-*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*");
+ = XLoadQueryFont(dpy, "-*-helvetica-medium-r-*-*-12-*-*-*-*-*-iso8859-*");
if (!defaultFS) {
defaultFS = XLoadQueryFont(dpy, "fixed");
if (!defaultFS) {