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>2006-06-01 13:03:43 +0400
committerMatt Ebb <matt@mke3.net>2006-06-01 13:03:43 +0400
commit46927c0a572288d182d2c106be0c5443157d8adc (patch)
treec5aa4547d2bc37067afa78139fb2b34ef92d9325 /source/blender/src/toets.c
parentfd79bd260820225ea46dde6e2bb2206482ee172b (diff)
* Whoops, committed something I shouldn't have in the last one. Reverting.
* Added 'Make Local' to the menus. Also a minor capitalisation tweak.
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 f6e49340656..9b46d9c5f43 100644
--- a/source/blender/src/toets.c
+++ b/source/blender/src/toets.c
@@ -358,7 +358,7 @@ char *recent_filelist(void)
int event, i, ofs;
char pup[2048], *p;
- p= pup + sprintf(pup, "Open recent%%t");
+ p= pup + sprintf(pup, "Open Recent%%t");
if (G.sce[0]) {
p+= sprintf(p, "|%s %%x%d", G.sce, 1);