[svn] / branches / dev-api-4 / xvidcore / vfw / src / config.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/vfw/src/config.c

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

revision 1364, Mon Feb 16 03:56:38 2004 UTC revision 1365, Wed Feb 18 08:49:22 2004 UTC
# Line 1557  Line 1557 
1557    or fasle if changes were canceled.    or fasle if changes were canceled.
1558    
1559    */    */
1560    
1561    #ifndef PSH_NOCONTEXTHELP
1562    #define PSH_NOCONTEXTHELP 0x02000000
1563    #endif
1564    
1565  static BOOL adv_dialog(HWND hParent, CONFIG * config, const int * dlgs, int size)  static BOOL adv_dialog(HWND hParent, CONFIG * config, const int * dlgs, int size)
1566  {  {
1567          PROPSHEETINFO psi[6];          PROPSHEETINFO psi[6];
# Line 1583  Line 1588 
1588          }          }
1589    
1590          psh.dwSize = sizeof(PROPSHEETHEADER);          psh.dwSize = sizeof(PROPSHEETHEADER);
1591          psh.dwFlags = PSH_PROPSHEETPAGE | PSH_NOAPPLYNOW;          psh.dwFlags = PSH_PROPSHEETPAGE | PSH_NOAPPLYNOW | PSH_NOCONTEXTHELP;
1592          psh.hwndParent = hParent;          psh.hwndParent = hParent;
1593          psh.hInstance = g_hInst;          psh.hInstance = g_hInst;
1594          psh.pszCaption = (LPSTR) "XviD Configuration";          psh.pszCaption = (LPSTR) "XviD Configuration";

Legend:
Removed from v.1364  
changed lines
  Added in v.1365

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