--- trunk/reactos/lib/uxtheme/draw.c 2005-11-26 09:40:12 UTC (rev 19617)
+++ trunk/reactos/lib/uxtheme/draw.c 2005-11-26 09:45:23 UTC (rev 19618)
@@ -180,7 +180,7 @@
}
}
}
- /* If an image couldnt be selected, choose the first one */
+ /* If an image couldn't be selected, choose the first one */
return MSSTYLES_FindProperty(hTheme, iPartId, iStateId, TMT_FILENAME, TMT_IMAGEFILE1);
}
else if(imageselecttype == IST_SIZE) {
@@ -224,7 +224,7 @@
return fileProp;
}
}
- /* If an image couldnt be selected, choose the smallest one */
+ /* If an image couldn't be selected, choose the smallest one */
return MSSTYLES_FindProperty(hTheme, iPartId, iStateId, TMT_FILENAME, TMT_IMAGEFILE1);
}
return NULL;