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-08-16 20:58:35 +0400
committerXiao Xiangquan <xiaoxiangquan@gmail.com>2011-08-16 20:58:35 +0400
commit18d95a8462a7b6386becfecb962657022afdb82b (patch)
tree2ed0077afa066b0e03862c97352a7476799bd20b /source/blender/blenfont/BLF_api.h
parent5293b4f498c3b3a851cc69850a4e131b0788089c (diff)
fix a small bug , and update language-packs
Diffstat (limited to 'source/blender/blenfont/BLF_api.h')
-rw-r--r--source/blender/blenfont/BLF_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenfont/BLF_api.h b/source/blender/blenfont/BLF_api.h
index 6f6003fa670..a324d983bb4 100644
--- a/source/blender/blenfont/BLF_api.h
+++ b/source/blender/blenfont/BLF_api.h
@@ -42,7 +42,7 @@ void BLF_exit(void);
void BLF_cache_clear(void);
-char* BLF_gettext(const char *msgid);
+const char* BLF_gettext(const char *msgid);
int BLF_load(const char *name);
int BLF_load_mem(const char *name, unsigned char *mem, int mem_size);