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:
authorThomas Dinges <blender@dingto.org>2009-05-17 13:25:30 +0400
committerThomas Dinges <blender@dingto.org>2009-05-17 13:25:30 +0400
commit20042dbba57907cfb1fcdf64438035a465c4a722 (patch)
tree81be158e6a8cec00f861bdd6332a5b227a00db72 /source/blender/makesrna/intern/rna_scene.c
parent1588bf4dbd714db6fed679175d0e171b29aea87c (diff)
2.5 Buttons:
* New scene buttons layout. * Minor changes in object buttons and scene RNA.
Diffstat (limited to 'source/blender/makesrna/intern/rna_scene.c')
-rw-r--r--source/blender/makesrna/intern/rna_scene.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index e387dd680f3..78f0b156eb2 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -202,8 +202,8 @@ void rna_def_scene_render_data(BlenderRNA *brna)
{0, NULL, NULL, NULL}};
static EnumPropertyItem field_order_items[] = {
- {0, "FIELDS_EVENFIRST", "Even Fields First", ""},
- {R_ODDFIELD, "FIELDS_ODDFIRST", "Odd Fields First", ""},
+ {0, "FIELDS_EVENFIRST", "Even", "Even Fields First"},
+ {R_ODDFIELD, "FIELDS_ODDFIRST", "Odd", "Odd Fields First"},
{0, NULL, NULL, NULL}};
static EnumPropertyItem threads_mode_items[] = {