[Bf-blender-cvs] [18ed060bc33] master: Fix T50930 Typo in 'jpeg2k_codec' description

Aaron Carlisle noreply at git.blender.org
Sun Mar 12 18:58:25 CET 2017


Commit: 18ed060bc335a09885be4d22c5b021462afb4961
Author: Aaron Carlisle
Date:   Sun Mar 12 13:55:43 2017 -0400
Branches: master
https://developer.blender.org/rB18ed060bc335a09885be4d22c5b021462afb4961

Fix T50930 Typo in 'jpeg2k_codec' description

===================================================================

M	source/blender/makesrna/intern/rna_scene.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 121e4f56a6e..899466f05df 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -5390,7 +5390,7 @@ static void rna_def_scene_image_format_data(BlenderRNA *brna)
 	prop = RNA_def_property(srna, "jpeg2k_codec", PROP_ENUM, PROP_NONE);
 	RNA_def_property_enum_sdna(prop, NULL, "jp2_codec");
 	RNA_def_property_enum_items(prop, jp2_codec_items);
-	RNA_def_property_ui_text(prop, "Codec", "Codec settings for Jpek2000");
+	RNA_def_property_ui_text(prop, "Codec", "Codec settings for Jpeg2000");
 	RNA_def_property_update(prop, NC_SCENE | ND_RENDER_OPTIONS, NULL);
 #endif




More information about the Bf-blender-cvs mailing list