[cvs] / xvidcore / dshow / src / Configure.cpp Repository:
ViewVC logotype

Diff of /xvidcore/dshow/src/Configure.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4, Wed Jul 28 11:26:16 2004 UTC revision 1.6, Sun Nov 30 16:36:44 2008 UTC
# Line 33  Line 33 
33  static HINSTANCE g_xvid_hInst;  static HINSTANCE g_xvid_hInst;
34    
35    
36  int adv_dialog(HWND hwndOwner)  INT_PTR adv_dialog(HWND hwndOwner)
37  {  {
38          PROPSHEETPAGE psp [1];          PROPSHEETPAGE psp [1];
39          PROPSHEETHEADER psh;          PROPSHEETHEADER psh;
# Line 52  Line 52 
52          psh.hwndParent = hwndOwner;          psh.hwndParent = hwndOwner;
53          psh.hInstance = g_xvid_hInst;          psh.hInstance = g_xvid_hInst;
54          psh.pszIcon = NULL;          psh.pszIcon = NULL;
55          psh.pszCaption = (LPSTR)"XviD Configuration";          psh.pszCaption = (LPSTR)"Xvid Configuration";
56          psh.nPages = sizeof (psp) / sizeof (PROPSHEETPAGE);          psh.nPages = sizeof (psp) / sizeof (PROPSHEETPAGE);
57          psh.ppsp = psp;          psh.ppsp = psp;
58    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.6

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4