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:
Diffstat (limited to 'source/blender/python/api2_2x/Font.c')
-rw-r--r--source/blender/python/api2_2x/Font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Font.c b/source/blender/python/api2_2x/Font.c
index 667dc6d4e0d..f87e19294ca 100644
--- a/source/blender/python/api2_2x/Font.c
+++ b/source/blender/python/api2_2x/Font.c
@@ -374,7 +374,7 @@ static PyObject *Font_repr( BPy_Font * self )
return PyString_FromFormat( "[Font \"%s\"]",
self->font->id.name+2 );
else
- return PyString_FromString( "NULL" );
+ return PyString_FromString( "[Font - no data]" );
}
/*--------------- compare------------------------------------------*/