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:
authorMatt Ebb <matt@mke3.net>2004-06-14 17:07:53 +0400
committerMatt Ebb <matt@mke3.net>2004-06-14 17:07:53 +0400
commit73642b2a4237e0d1126603e41b8eed7ba16832f8 (patch)
tree8bc78f9d463c06450233f59fbb6454ff792afa42 /source/blender/src/toolbox.c
parentde9e455088ff73140823ddbad9a6d48783e6ac8e (diff)
* Floating panel cosmetic tweaks
* Minor language/label cleanups I missed first time around.
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index f16e20e2c4e..dc5adb4bc68 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1097,7 +1097,7 @@ void error(char *fmt, ...)
int saveover(char *file)
{
- return (!BLI_exists(file) || confirm("SAVE OVER", file));
+ return (!BLI_exists(file) || confirm("Save over", file));
}
/* ****************** EXTRA STUFF **************** */