Sync to Wine-0_9_2:
authorGé van Geldorp <ge@gse.nl>
Sat, 26 Nov 2005 09:45:23 +0000 (09:45 +0000)
committerGé van Geldorp <ge@gse.nl>
Sat, 26 Nov 2005 09:45:23 +0000 (09:45 +0000)
Markus Amsler <markus.amsler@oribi.org>
- Improve c2man Documented-Total count. Changes:
- add missing returns section

svn path=/trunk/; revision=19618

reactos/lib/uxtheme/draw.c

index 1a80f6d..237d409 100644 (file)
@@ -180,7 +180,7 @@ static PTHEME_PROPERTY UXTHEME_SelectImage(HTHEME hTheme, HDC hdc, int iPartId,
                 }
             }
         }
-        /* 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 @@ static PTHEME_PROPERTY UXTHEME_SelectImage(HTHEME hTheme, HDC hdc, int iPartId,
                 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;