1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/games/xwordpy/files/patch-xword
Martin Wilke 3d384cf8ac xwordpy (also know as Xword) is a PyGTK-powered
application with a GUI that allows users to open,
solve, and print Across Lite puzzle format files.

WWW: http://x-word.org/

PR:		ports/129359
Submitted by:	bf2006a at yahoo.com
2008-12-06 23:36:00 +00:00

12 lines
375 B
Plaintext

--- xword.orig 2008-12-01 20:07:26.768695743 -0500
+++ xword 2008-12-01 20:08:01.929339903 -0500
@@ -51,7 +51,7 @@
import pickle
import ConfigParser
-HOME_PATH = os.path.dirname(sys.argv[0])
+HOME_PATH = %%DATADIR%%
CHECK_ICON = HOME_PATH + '/crossword-check.png'
CHECK_ALL_ICON = HOME_PATH + '/crossword-check-all.png'
SOLVE_ICON = HOME_PATH + '/crossword-solve.png'