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
path: root/source
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2004-04-06 22:15:16 +0400
committerTon Roosendaal <ton@blender.org>2004-04-06 22:15:16 +0400
commitf2c7434c78fe028412ae87b22d36f053f6fb5ad8 (patch)
tree55e1fa3fec1dd0b1c8c7c56a694382c03e7c2c5c /source
parente85d8cd7d4400dbed36a2c68ea482579b2d87e5b (diff)
bug #1004
Error in tooltip; too tiny to even mention!
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/buttons_shading.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/buttons_shading.c b/source/blender/src/buttons_shading.c
index 7fab5d569f8..10259ca2621 100644
--- a/source/blender/src/buttons_shading.c
+++ b/source/blender/src/buttons_shading.c
@@ -2435,7 +2435,7 @@ static void material_panel_texture(Material *ma)
if(id) {
uiDefBut(block, TEX, B_IDNAME, "TE:", 100,150,163,20, id->name+2, 0.0, 18.0, 0, 0, "Displays name of the texture block: click to change");
sprintf(str, "%d", id->us);
- uiDefBut(block, BUT, 0, str, 196,130,21,20, 0, 0, 0, 0, 0, "Displays number of users of texture: click to make single user");
+ uiDefBut(block, BUT, 0, str, 196,130,21,20, 0, 0, 0, 0, 0, "Displays number of users of texture");
uiDefIconBut(block, BUT, B_AUTOTEXNAME, ICON_AUTO, 241,130,21,20, 0, 0, 0, 0, 0, "Auto-assigns name to texture");
if(id->lib) {
if(ma->id.lib) uiDefIconBut(block, BUT, 0, ICON_DATALIB, 219,130,21,20, 0, 0, 0, 0, 0, "");