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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-07-14 23:01:40 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-07-14 23:01:40 +0400
commitf588c49cb55b5787085e2b5a65991efd31ce2dee (patch)
treef4ad4fd5b7a9b0c21c0c65fa357e68a3d8f97f31 /source/blender/editors/include/ED_datafiles.h
parent8d131d519bf448bcccddb833c263bc36af22d6b5 (diff)
parentd4b04fac044b2fe0b6295f271a78c73d57ef0533 (diff)
Merged changes in the trunk up to revision 30335.
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 136d46cdc91..9a5a1a5bea6 100644
--- a/source/blender/editors/include/ED_datafiles.h
+++ b/source/blender/editors/include/ED_datafiles.h
@@ -31,8 +31,8 @@
/* Datafiles embedded in Blender */
-extern int datatoc_B_blend_size;
-extern char datatoc_B_blend[];
+extern int datatoc_startup_blend_size;
+extern char datatoc_startup_blend[];
extern int datatoc_blenderbuttons_size;
extern char datatoc_blenderbuttons[];