projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de10ffa
)
Wrong tooltip for OBJECT_OT_make_links_scene() operator.
author
Ton Roosendaal <ton@blender.org>
Sat, 9 Jul 2011 17:09:28 +0000
(17:09 +0000)
committer
Ton Roosendaal <ton@blender.org>
Sat, 9 Jul 2011 17:09:28 +0000
(17:09 +0000)
source/blender/editors/object/object_relations.c
patch
|
blob
|
history
diff --git
a/source/blender/editors/object/object_relations.c
b/source/blender/editors/object/object_relations.c
index 285b08c521bac37069d2116a19b448c9356c30f4..f21241b6e7afd0ecd84ac72c14d241c49187a816 100644
(file)
--- a/
source/blender/editors/object/object_relations.c
+++ b/
source/blender/editors/object/object_relations.c
@@
-1319,7
+1319,7
@@
void OBJECT_OT_make_links_scene(wmOperatorType *ot)
/* identifiers */
ot->name= "Link Objects to Scene";
- ot->description = "
Make linked data local to each object
";
+ ot->description = "
Link selection to another scene
";
ot->idname= "OBJECT_OT_make_links_scene";
/* api callbacks */