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>2003-04-30 17:22:26 +0400
committerTon Roosendaal <ton@blender.org>2003-04-30 17:22:26 +0400
commit9174db096b7c114552a9c61d12701509da00fa09 (patch)
tree32c098c5e232294754ec219f560152cd031a4f71 /source/blender/include/BIF_toolbox.h
parent53999bd80b1e7a1a51e2470fde038ad5aaecc888 (diff)
LAST of the c code comment translations... hooray!
Might be possible I mised an .h or so, just notify me in that case.
Diffstat (limited to 'source/blender/include/BIF_toolbox.h')
-rw-r--r--source/blender/include/BIF_toolbox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/include/BIF_toolbox.h b/source/blender/include/BIF_toolbox.h
index 8d63feba1ee..d5a18f62426 100644
--- a/source/blender/include/BIF_toolbox.h
+++ b/source/blender/include/BIF_toolbox.h
@@ -30,13 +30,13 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
- /* TBOXX: breedte in pixels */
+ /* TBOXX: width in pixels */
#define TBOXXL 80
#define TBOXXR 170
#define TBOXX (TBOXXL+TBOXXR)
- /* TBOXEL: aantal elementen onder elkaar */
+ /* TBOXEL: amount of element vertically */
#define TBOXEL 14
- /* TBOXH: hoogte van 1 element */
+ /* TBOXH: height of 1 element */
#define TBOXH 20
#define TBOXY TBOXH*TBOXEL