Ignore:
Timestamp:
Jul 12, 1999, 5:58:51 PM (26 years ago)
Author:
cbratschi
Message:

wine-990704 updates, TBCUSTOMIZE implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/propsheet.c

    r267 r295  
    1 /* $Id: propsheet.c,v 1.5 1999-07-04 21:05:59 cbratschi Exp $ */
     1/* $Id: propsheet.c,v 1.6 1999-07-12 15:58:48 cbratschi Exp $ */
    22/*
    33 * Property Sheets
     
    791791  PropSheetInfo* psInfo = (PropSheetInfo*) GetPropA(hwndDlg,
    792792                                                    PropSheetInfoStr);
    793 
     793  if (!psInfo) return;
    794794  /*
    795795   * Set the dirty flag of this page.
Note: See TracChangeset for help on using the changeset viewer.