--- xfreecell.orig/freecell.cpp 1999-07-27 17:15:27 +0300 +++ xfreecell/freecell.cpp 2006-04-01 13:40:38 +0300 @@ -64,7 +64,7 @@ static GameNumberManager* gnManager; static const int PathLength = 256; static char msNumbersPath[PathLength] = "\0";; -static const char defaultMSNumbersPath[] = "/usr/local/lib/xfreecell/MSNumbers"; +static const char defaultMSNumbersPath[] = "/usr/share/xfreecell/MSNumbers"; // ##### Functions declarations ##### static void adjustSubwindow(NSWindow*);