--- branches/release-1_1-branch/xvidcore/dshow/src/Configure.cpp 2007/06/27 14:38:05 1775 +++ branches/release-1_1-branch/xvidcore/dshow/src/Configure.cpp 2007/06/27 18:57:42 1776 @@ -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.4.2.1 2007-06-27 18:57:42 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;