--- trunk/xvidcore/dshow/src/Configure.cpp 2008/11/26 09:31:06 1801 +++ trunk/xvidcore/dshow/src/Configure.cpp 2008/11/26 10:11:31 1802 @@ -19,7 +19,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: Configure.cpp,v 1.4 2004-07-28 11:26:16 suxen_drol Exp $ + * $Id: Configure.cpp,v 1.5 2008-11-26 10:11:31 Isibaar Exp $ * ****************************************************************************/ @@ -52,7 +52,7 @@ psh.hwndParent = hwndOwner; psh.hInstance = g_xvid_hInst; psh.pszIcon = NULL; - psh.pszCaption = (LPSTR)"XviD Configuration"; + psh.pszCaption = (LPSTR)"Xvid Configuration"; psh.nPages = sizeof (psp) / sizeof (PROPSHEETPAGE); psh.ppsp = psp;