mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-09 01:50:17 +01:00
Fix path to locally installed changelog for the About dialog box.
This commit is contained in:
parent
8e6240cc25
commit
4b3209ede1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue