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:
authorWilliam Reynish <william@reynish.com>2009-09-26 20:43:20 +0400
committerWilliam Reynish <william@reynish.com>2009-09-26 20:43:20 +0400
commit128dba3329076980d9a7c1cfa326cc3b17f05152 (patch)
tree0d2e61f90fe4d393a96fecbe6e28aec17250f24c /source/blender/makesrna/intern/rna_image.c
parent903d8231d905f528d746410ca868fa6dd1f0714b (diff)
Assorted tiny UI tweaks
Diffstat (limited to 'source/blender/makesrna/intern/rna_image.c')
-rw-r--r--source/blender/makesrna/intern/rna_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_image.c b/source/blender/makesrna/intern/rna_image.c
index db7a8afb4a4..4c2689d4f64 100644
--- a/source/blender/makesrna/intern/rna_image.c
+++ b/source/blender/makesrna/intern/rna_image.c
@@ -242,7 +242,7 @@ static void rna_def_image(BlenderRNA *brna)
{0, NULL, 0, NULL, NULL}};
static const EnumPropertyItem prop_field_order_items[]= {
{0, "EVEN", 0, "Even", "Even Fields first"},
- {IMA_STD_FIELD, "Odd", 0, "Odd", "Odd Fields first"},
+ {IMA_STD_FIELD, "ODD", 0, "Odd", "Odd Fields first"},
{0, NULL, 0, NULL, NULL}};
srna= RNA_def_struct(brna, "Image", "ID");