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>2021-02-05 09:04:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-05 09:04:14 +0300
commit38420f19b6ebfac05955dac61200ce686fcd16e5 (patch)
treefb2d1bd5ae78a0947b006da3b57de2c36df827cf /source/blender/makesrna/intern/rna_userdef.c
parentf2bf5acd5824673e4a7d641c833ec6940e6b5bea (diff)
Cleanup: rename USER_ZOOM_{CONT->CONTINUE} improve comments
USER_ZOOM_CONT only had comments saying this was 'oldstyle', remove these comments, add brief explanations of the zoom style in the enum.
Diffstat (limited to 'source/blender/makesrna/intern/rna_userdef.c')
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index 2803d6c295f..269a242f074 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -5654,7 +5654,7 @@ static void rna_def_userdef_input(BlenderRNA *brna)
};
static const EnumPropertyItem view_zoom_styles[] = {
- {USER_ZOOM_CONT,
+ {USER_ZOOM_CONTINUE,
"CONTINUE",
0,
"Continue",