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:
authorWillian Padovani Germano <wpgermano@gmail.com>2007-03-02 21:15:41 +0300
committerWillian Padovani Germano <wpgermano@gmail.com>2007-03-02 21:15:41 +0300
commitcf75e5b78cf197ce24551db2d084be90adecfb78 (patch)
tree5d1dada0cb799cf45ffebe1e3bceff2e1da0d132 /source/blender/include/BIF_usiblender.h
parentb2acdd69b037b8363dd2c214ccc0a2af691ab017 (diff)
Interface:
Added option "Load Factory Settings" in the "File" menu. With this, users don't have to remove .B.blend if they want to load the default data stored in Blender. Thanks Ton for ok'ing it and suggesting a better place in the menu (I had put it as "New (factory defaults)").
Diffstat (limited to 'source/blender/include/BIF_usiblender.h')
-rw-r--r--source/blender/include/BIF_usiblender.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_usiblender.h b/source/blender/include/BIF_usiblender.h
index 75435cc4279..e7475af3ab7 100644
--- a/source/blender/include/BIF_usiblender.h
+++ b/source/blender/include/BIF_usiblender.h
@@ -43,7 +43,7 @@ void exit_usiblender(void);
void BIF_init(void);
void BIF_read_file(char *name);
-int BIF_read_homefile(void);
+int BIF_read_homefile(int from_memory);
void BIF_read_autosavefile(void);
void BIF_write_file(char *target);