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>2012-08-11 19:24:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-11 19:24:31 +0400
commitb97fc46abc7d45d11c444999bfe329e0be10feec (patch)
treedb4a07b1c74709ba21c72f475edf12bc88373d6d /source/blender/editors/include/ED_datafiles.h
parent90f443bb86bdf5efc87633816df76b4c3bd49554 (diff)
remove all remaining data files from source, now all are converted at build time.
note: this is currently very slow in cmake, will address this next.
Diffstat (limited to 'source/blender/editors/include/ED_datafiles.h')
-rw-r--r--source/blender/editors/include/ED_datafiles.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_datafiles.h b/source/blender/editors/include/ED_datafiles.h
index 7b21b0d6371..8ad36397ce5 100644
--- a/source/blender/editors/include/ED_datafiles.h
+++ b/source/blender/editors/include/ED_datafiles.h
@@ -45,8 +45,8 @@ extern char datatoc_prvicons_png[];
extern int datatoc_splash_png_size;
extern char datatoc_splash_png[];
-extern int datatoc_Bfont_size;
-extern char datatoc_Bfont[];
+extern int datatoc_bfont_pfb_size;
+extern char datatoc_bfont_pfb[];
extern int datatoc_bfont_ttf_size;
extern char datatoc_bfont_ttf[];