[Rezilla-commits] RezillaSource/Rezilla_Src/Pickers/PickerStamps Cicns_PickerStamp.cp, 1.2, 1.3
Brought to you by:
bdesgraupes
|
From: Bernard D. <bde...@us...> - 2006-11-18 06:54:27
|
Update of /cvsroot/rezilla/RezillaSource/Rezilla_Src/Pickers/PickerStamps In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv12862 Modified Files: Cicns_PickerStamp.cp Log Message: Finalizing 1.1 Index: Cicns_PickerStamp.cp =================================================================== RCS file: /cvsroot/rezilla/RezillaSource/Rezilla_Src/Pickers/PickerStamps/Cicns_PickerStamp.cp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Cicns_PickerStamp.cp 22 Sep 2006 10:35:31 -0000 1.2 +++ Cicns_PickerStamp.cp 18 Nov 2006 06:54:23 -0000 1.3 @@ -77,7 +77,7 @@ Handle theIconHandle = NULL; StRezRefSaver saver(theRefNum); - theIconHandle = ::Get1Resource('icns', theID); + theIconHandle = ::Get1Resource(kIconFamilyType, theID); ::HandToHand(&theIconHandle); if (theIconHandle) { |