mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
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
11 lines
375 B
Text
11 lines
375 B
Text
--- 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'
|