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-08-22 22:16:49 +0400
committerTon Roosendaal <ton@blender.org>2004-08-22 22:16:49 +0400
commitb83c41080c8367aba3411417dcfd0d6c8db81c1a (patch)
tree7bafbce7d0bac975135ad1581789979545ad9e33
parent8e9af33c01602cac72052a23714ccdb4db6cc686 (diff)
testing 1 2 3
-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 2c6094908a7..b9dce318994 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -162,7 +162,7 @@ void tbox_setinfo(int x, int y)
keystr = NULL;
/* main menu entries: defined in BIF_toolbox.h */
-
+
if(x==0) {
switch(y) {
case TBOX_MAIN_FILE: tbstr= "FILE"; break;