--- branches/release-1_1-branch/xvidcore/vfw/src/config.c 2007/06/27 14:38:05 1775 +++ branches/release-1_1-branch/xvidcore/vfw/src/config.c 2007/06/27 18:57:42 1776 @@ -1747,7 +1747,7 @@ psh.dwFlags = PSH_PROPSHEETPAGE | PSH_NOAPPLYNOW | PSH_NOCONTEXTHELP; psh.hwndParent = hParent; psh.hInstance = g_hInst; - psh.pszCaption = (LPSTR) "XviD Configuration"; + psh.pszCaption = (LPSTR) "Xvid Configuration"; psh.nPages = size; psh.nStartPage = 0; psh.ppsp = (LPCPROPSHEETPAGE)&psp;