Changeset 1730 for trunk/src/comctl32/propsheet.c
- Timestamp:
- Nov 14, 1999, 11:58:38 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/propsheet.c
r1615 r1730 1 /* $Id: propsheet.c,v 1.1 2 1999-11-05 13:01:33achimha Exp $ */1 /* $Id: propsheet.c,v 1.13 1999-11-14 10:58:38 achimha Exp $ */ 2 2 /* 3 3 * Property Sheets … … 296 296 return FALSE; 297 297 298 //AH: TODO 299 // psInfo->proppage[index].pszText = HEAP_strdupAtoW( GetProcessHeap(), 300 // 0, szTitle ); 298 psInfo->proppage[index].pszText = HEAP_strdupAtoW( GetProcessHeap(), 299 0, szTitle ); 301 300 } 302 //AH: TODO 303 // else 304 // psInfo->proppage[index].pszText = HEAP_strdupAtoW(GetProcessHeap(), 305 // 0, 306 // lppsp->pszTitle); 301 else 302 psInfo->proppage[index].pszText = HEAP_strdupAtoW(GetProcessHeap(), 303 0, 304 lppsp->pszTitle); 307 305 } 308 306
Note:
See TracChangeset
for help on using the changeset viewer.