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:
authorCampbell Barton <ideasman42@gmail.com>2017-11-02 16:31:47 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-11-02 16:31:47 +0300
commit7eb4ef6cacbb4cf0fbc2ff01d2e1a5fa133072cf (patch)
tree39df21ec691f7c00fcc357303bdd6dbb72a15eb7 /source/blender/editors/include
parent90788adb665ae0b011a0cbc668c3fcfd0cb5f24b (diff)
parent6355d98267963984160b7cae212d0353b6846a7d (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/editors/include')
-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 efa5328fc71..8d5807660f8 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -155,7 +155,7 @@ enum {
/* but->flag - general state flags. */
enum {
- /* warning, the first 6 flags are internal */
+ /* warning, the first 5 flags are internal */
UI_BUT_ICON_SUBMENU = (1 << 6),
UI_BUT_ICON_PREVIEW = (1 << 7),