From: Arun Persaud Date: Mon, 4 Apr 2011 03:01:36 +0000 (-0700) Subject: Fix bug introduced in commit 89b4744: removed a "/" and forgot to add it in the confi... X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=a2f26aa3631ae35cb507615e547eccb9ac521083;p=xboard.git 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 --- 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 ;