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>2009-07-07 21:30:39 +0400
committerTon Roosendaal <ton@blender.org>2009-07-07 21:30:39 +0400
commitd896ed98fef159e2f67364dcceab7011791618e6 (patch)
tree85a825fe4bcfb4d99989004d0da9043adf0acf48 /source/blender/editors/object
parentcfd5046c9e4a6617a20cfc7e59519a84d3c18b9d (diff)
2.5
- Scrollers now only disappear for regions with a fixed total view, like lists, buttons, channels. More or less infinite views keep scrollers to indicate that you can still pan or zoom further. - Nodes: put back SHIFT+D "Add duplicate" (Also fixed duplicate objects menu name... it should be a bit more descriptive)
Diffstat (limited to 'source/blender/editors/object')
-rw-r--r--source/blender/editors/object/object_edit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/object/object_edit.c b/source/blender/editors/object/object_edit.c
index c28200612ea..af6cb887e71 100644
--- a/source/blender/editors/object/object_edit.c
+++ b/source/blender/editors/object/object_edit.c
@@ -6139,8 +6139,8 @@ void OBJECT_OT_duplicate_add(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "Add Duplicate";
- ot->description = "Duplicate the object.";
+ ot->name= "Duplicate Objects";
+ ot->description = "Duplicate the objects.";
ot->idname= "OBJECT_OT_duplicate_add";
/* api callbacks */