mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:52:59 +00:00
Sync to Wine-0_9_2:
Markus Amsler <markus.amsler@oribi.org> - Improve c2man Documented-Total count. Changes: - add missing returns section svn path=/trunk/; revision=19618
This commit is contained in:
parent
76f3ca9f12
commit
7aa1028de6
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
return MSSTYLES_FindProperty(hTheme, iPartId, iStateId, TMT_FILENAME, TMT_IMAGEFILE1);
|
||||||
}
|
}
|
||||||
else if(imageselecttype == IST_SIZE) {
|
else if(imageselecttype == IST_SIZE) {
|
||||||
|
@ -224,7 +224,7 @@ static PTHEME_PROPERTY UXTHEME_SelectImage(HTHEME hTheme, HDC hdc, int iPartId,
|
||||||
return fileProp;
|
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 MSSTYLES_FindProperty(hTheme, iPartId, iStateId, TMT_FILENAME, TMT_IMAGEFILE1);
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue