[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38803] branches/soc-2011-garlic/source/ blender/makesrna/intern/rna_userdef.c: small fix on careless unused chars

xiao xiangquan xiaoxiangquan at gmail.com
Fri Jul 29 02:08:40 CEST 2011


Revision: 38803
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38803
Author:   xiaoxiangquan
Date:     2011-07-29 00:08:39 +0000 (Fri, 29 Jul 2011)
Log Message:
-----------
small fix on careless unused chars

Modified Paths:
--------------
    branches/soc-2011-garlic/source/blender/makesrna/intern/rna_userdef.c

Modified: branches/soc-2011-garlic/source/blender/makesrna/intern/rna_userdef.c
===================================================================
--- branches/soc-2011-garlic/source/blender/makesrna/intern/rna_userdef.c	2011-07-28 22:35:31 UTC (rev 38802)
+++ branches/soc-2011-garlic/source/blender/makesrna/intern/rna_userdef.c	2011-07-29 00:08:39 UTC (rev 38803)
@@ -2463,7 +2463,7 @@
 		{22, "BULGARIAN", 0, N_("Bulgarian (Български)"), "bg_BG"},
 		{23, "GREEK", 0, N_("Greek (Ελληνικά)"), "el_GR"},
 		{24, "KOREAN", 0, N_("Korean (한국 언어)"), "ko_KR"},
-		{0, NULL, 0, NULL, NULL}};*/
+		{0, NULL, 0, NULL, NULL}};
 	srna= RNA_def_struct(brna, "UserPreferencesSystem", NULL);
 	RNA_def_struct_sdna(srna, "UserDef");
 	RNA_def_struct_nested(brna, srna, "UserPreferences");




More information about the Bf-blender-cvs mailing list