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:
authorTon Roosendaal <ton@blender.org>2004-03-25 19:13:32 +0300
committerTon Roosendaal <ton@blender.org>2004-03-25 19:13:32 +0300
commit50cee47be0ad20b154a4608099f644edbbdd8263 (patch)
tree7d99f16091350b04b8e67bc42944fd66dea80bff /source/blender/src/header_info.c
parent334999e9b850748d667b1999f4f9addec5751389 (diff)
- typo in 'saave as videoscape'/ :)
Diffstat (limited to 'source/blender/src/header_info.c')
-rw-r--r--source/blender/src/header_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/header_info.c b/source/blender/src/header_info.c
index 631258ccc16..dc2d38a631a 100644
--- a/source/blender/src/header_info.c
+++ b/source/blender/src/header_info.c
@@ -201,7 +201,7 @@ void write_videoscape_fs()
}
else {
if(videosc_dir[0]==0) strcpy(videosc_dir, G.sce);
- activate_fileselect(FILE_SPECIAL, "Saave Videoscape", videosc_dir,
+ activate_fileselect(FILE_SPECIAL, "Save Videoscape", videosc_dir,
write_videoscape);
}
}