Changeset 295 for trunk/src/comctl32/propsheet.c
- Timestamp:
- Jul 12, 1999, 5:58:51 PM (26 years ago)
- 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:59cbratschi Exp $ */1 /* $Id: propsheet.c,v 1.6 1999-07-12 15:58:48 cbratschi Exp $ */ 2 2 /* 3 3 * Property Sheets … … 791 791 PropSheetInfo* psInfo = (PropSheetInfo*) GetPropA(hwndDlg, 792 792 PropSheetInfoStr); 793 793 if (!psInfo) return; 794 794 /* 795 795 * Set the dirty flag of this page.
Note:
See TracChangeset
for help on using the changeset viewer.