Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <julian@blender.org>2022-05-24 12:30:46 +0300
committerJulian Eisel <julian@blender.org>2022-05-24 12:31:19 +0300
commit2ca66d541adfbbf9ac92bcabe8635e87c2834e46 (patch)
treed5ac34cf1ca7de9575118222842bc207de995b99 /source/blender/editors/include/UI_interface.h
parentbc1eb513ab946c74ea6e535ba8b92a089bebf12f (diff)
Cleanup: Correct misleading comment in UI code
Diffstat (limited to 'source/blender/editors/include/UI_interface.h')
-rw-r--r--source/blender/editors/include/UI_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index a38dea0ba3d..a9a9c98cab8 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -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.
*/