Fix path to locally installed changelog for the About dialog box.

This commit is contained in:
Harold L Hunt II 2004-06-15 06:52:27 +00:00
parent 8e6240cc25
commit 4b3209ede1

View file

@ -670,7 +670,7 @@ winAboutDlgProc (HWND hwndDialog, UINT message,
case ID_ABOUT_CHANGELOG:
{
const char * pszCygPath = "/usr/X11R6/share/doc/"
"XFree86-xserv/changelog.html";
"xorg-x11-xwin/changelog.html";
char pszWinPath[MAX_PATH + 1];
int iReturn;