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/src/toets.c
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/src/toets.c')
-rw-r--r--source/blender/src/toets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/toets.c b/source/blender/src/toets.c
index 5ee1a2991d4..7d45b432b2b 100644
--- a/source/blender/src/toets.c
+++ b/source/blender/src/toets.c
@@ -884,7 +884,7 @@ int blenderqread(unsigned short event, short val)
if(textspace==0 && textediting==0) {
if(G.qual==LR_CTRLKEY) {
if(okee("Erase all")) {
- if( BIF_read_homefile()==0) error("No file ~/.B.blend");
+ if( BIF_read_homefile(0)==0) error("No file ~/.B.blend");
}
return 0;
}