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:
authorCampbell Barton <ideasman42@gmail.com>2011-10-20 14:47:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-20 14:47:38 +0400
commit3d501ca70fb3811ced1fdad5e4a170d173531a94 (patch)
treea17c8f42e98e4d977a61a93c13bfb6bf13f5eccb /source/blender/blenlib
parent70ba7d02dbb44a20ac6d405d75e81806fc7ce4b5 (diff)
unicode text input for 3d text.
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/BLI_string_utf8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_string_utf8.h b/source/blender/blenlib/BLI_string_utf8.h
index 15884c4d2d9..b7a9c204bfe 100644
--- a/source/blender/blenlib/BLI_string_utf8.h
+++ b/source/blender/blenlib/BLI_string_utf8.h
@@ -25,7 +25,7 @@
#ifndef BLI_STRING_UTF8_H
#define BLI_STRING_UTF8_H
-/** \file BLI_string.h
+/** \file BLI_string_utf8.h
* \ingroup bli
*/