From a2f26aa3631ae35cb507615e547eccb9ac521083 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 3 Apr 2011 20:01:36 -0700 Subject: [PATCH] Fix bug introduced in commit 89b4744: removed a "/" and forgot to add it in the config file removed a "/" to make OS X happy, but forgot to add the "/" again in the xboard.conf.in file --- xboard.conf.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xboard.conf.in b/xboard.conf.in index bd867b7..1699b0b 100644 --- a/xboard.conf.in +++ b/xboard.conf.in @@ -24,8 +24,8 @@ -fontSizeTolerance 4 -pixmapDirectory "" -bitmapDirectory "" --liteBackTextureFile "@bitmapdir@wood_l.xpm" --darkBackTextureFile "@bitmapdir@wood_d.xpm" +-liteBackTextureFile "@bitmapdir@/wood_l.xpm" +-darkBackTextureFile "@bitmapdir@/wood_d.xpm" -overrideLineGap 1 -highlightMoveWithArrow true ; -- 1.7.0.4