Ignore:
Timestamp:
Nov 14, 1999, 11:58:38 AM (26 years ago)
Author:
achimha
Message:

added HEAP_strdupAtoW/WtoA calls that were commented out

File:
1 edited

Legend:

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

    r1615 r1730  
    1 /* $Id: propsheet.c,v 1.12 1999-11-05 13:01:33 achimha Exp $ */
     1/* $Id: propsheet.c,v 1.13 1999-11-14 10:58:38 achimha Exp $ */
    22/*
    33 * Property Sheets
     
    296296        return FALSE;
    297297
    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 );
    301300    }
    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);
    307305  }
    308306
Note: See TracChangeset for help on using the changeset viewer.