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:
authorXiao Xiangquan <xiaoxiangquan@gmail.com>2011-06-07 10:14:28 +0400
committerXiao Xiangquan <xiaoxiangquan@gmail.com>2011-06-07 10:14:28 +0400
commitaac6369e681d8d713264b2234ac30a5e90b07be0 (patch)
tree0461bbdb809b24be856db9cacaa8ffaf6c596ee5 /source/blender/blenfont/BLF_api.h
parenta40e1302ae68ff4a5ce3078bdacb43653ba5e1af (diff)
Modify the unifont.ttf to have a better look
Diffstat (limited to 'source/blender/blenfont/BLF_api.h')
-rw-r--r--source/blender/blenfont/BLF_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenfont/BLF_api.h b/source/blender/blenfont/BLF_api.h
index 05f383cdace..ed86cf7fa3d 100644
--- a/source/blender/blenfont/BLF_api.h
+++ b/source/blender/blenfont/BLF_api.h
@@ -223,5 +223,6 @@ extern int blf_mono_font_render; // dont mess drawing with render threads.
// XXX, me, too
extern int blf_unifont;
extern int blf_unifont_render; // dont mess drawing with render threads.
+#define _(msgid) (msgid)
#endif /* BLF_API_H */