Cleanup: Correct misleading comment in UI code

This commit is contained in:
Julian Eisel 2022-05-24 11:30:46 +02:00
parent bc1eb513ab
commit 2ca66d541a
1 changed files with 1 additions and 1 deletions

View File

@ -1649,7 +1649,7 @@ void UI_but_func_identity_compare_set(uiBut *but, uiButIdentityCompareFunc cmp_f
* \param poin: Opaque pointer (for use by the caller).
* \param iconid: The icon, #ICON_NONE for no icon.
* \param but_flag: Button flags (#uiBut.flag) indicating the state of the item, typically
* #UI_ACTIVE, #UI_BUT_DISABLED, #UI_BUT_INACTIVE.
* #UI_BUT_DISABLED, #UI_BUT_INACTIVE or #UI_BUT_HAS_SEP_CHAR.
*
* \return false if there is nothing to add.
*/