Page Menu
Home
Search
Configure Global Search
Log In
Files
F17531
SearchMenuAmbiguousResults.diff
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Harley Acheson (harley)
Nov 13 2013, 3:28 PM
Size
4 KB
Subscribers
None
SearchMenuAmbiguousResults.diff
View Options
Index: animation/keyframing.c
===================================================================
--- animation/keyframing.c (revision 36189)
+++ animation/keyframing.c (working copy)
@@ -1287,7 +1287,7 @@
PropertyRNA *prop;
/* identifiers */
- ot->name= "Delete Keyframe";
+ ot->name= "Delete Keying Set Keyframe";
ot->idname= "ANIM_OT_keyframe_delete";
ot->description= "Delete keyframes on the current frame for all properties in the specified Keying Set";
Index: curve/editcurve.c
===================================================================
--- curve/editcurve.c (revision 36189)
+++ curve/editcurve.c (working copy)
@@ -5622,7 +5622,7 @@
void CURVE_OT_duplicate(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "Duplicate";
+ ot->name= "Duplicate Curve";
ot->description = "Duplicate selected control points and segments between them";
ot->idname= "CURVE_OT_duplicate";
@@ -6647,7 +6647,7 @@
void CURVE_OT_primitive_bezier_circle_add(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "Add Circle";
+ ot->name= "Add Bezier Circle";
ot->description= "Construct a Bezier Circle";
ot->idname= "CURVE_OT_primitive_bezier_circle_add";
Index: curve/editfont.c
===================================================================
--- curve/editfont.c (revision 36189)
+++ curve/editfont.c (working copy)
@@ -1715,7 +1715,7 @@
void FONT_OT_open(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "Open";
+ ot->name= "Open Font";
ot->idname= "FONT_OT_open";
/* api callbacks */
Index: interface/view2d_ops.c
===================================================================
--- interface/view2d_ops.c (revision 36189)
+++ interface/view2d_ops.c (working copy)
@@ -1048,7 +1048,7 @@
static void VIEW2D_OT_zoom(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "Zoom View";
+ ot->name= "Zoom 2D View";
ot->description= "Zoom in/out the view";
ot->idname= "VIEW2D_OT_zoom";
Index: mesh/editmesh_add.c
===================================================================
--- mesh/editmesh_add.c (revision 36189)
+++ mesh/editmesh_add.c (working copy)
@@ -1758,7 +1758,7 @@
void MESH_OT_duplicate(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "Duplicate";
+ ot->name= "Duplicate Mesh";
ot->description= "Duplicate selected vertices, edges or faces";
ot->idname= "MESH_OT_duplicate";
Index: metaball/mball_edit.c
===================================================================
--- metaball/mball_edit.c (revision 36189)
+++ metaball/mball_edit.c (working copy)
@@ -314,7 +314,7 @@
void MBALL_OT_duplicate_metaelems(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "Duplicate";
+ ot->name= "Duplicate Metaelements";
ot->description= "Delete selected metaelement(s)";
ot->idname= "MBALL_OT_duplicate_metaelems";
Index: object/object_add.c
===================================================================
--- object/object_add.c (revision 36189)
+++ object/object_add.c (working copy)
@@ -1704,7 +1704,7 @@
PropertyRNA *prop;
/* identifiers */
- ot->name= "Duplicate";
+ ot->name= "Duplicate Objects";
ot->description = "Duplicate selected objects";
ot->idname= "OBJECT_OT_duplicate";
Index: space_sequencer/sequencer_edit.c
===================================================================
--- space_sequencer/sequencer_edit.c (revision 36189)
+++ space_sequencer/sequencer_edit.c (working copy)
@@ -1666,7 +1666,7 @@
void SEQUENCER_OT_duplicate(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "Duplicate";
+ ot->name= "Duplicate Strips";
ot->idname= "SEQUENCER_OT_duplicate";
ot->description="Duplicate the selected strips";
Index: space_text/text_ops.c
===================================================================
--- space_text/text_ops.c (revision 36189)
+++ space_text/text_ops.c (working copy)
@@ -290,7 +290,7 @@
void TEXT_OT_open(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "Open";
+ ot->name= "Open Text Block";
ot->idname= "TEXT_OT_open";
ot->description= "Open a new text data block";
Index: space_view3d/view3d_edit.c
===================================================================
--- space_view3d/view3d_edit.c (revision 36189)
+++ space_view3d/view3d_edit.c (working copy)
@@ -1310,7 +1310,7 @@
void VIEW3D_OT_zoom(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "Zoom view";
+ ot->name= "Zoom View";
ot->description = "Zoom in/out in the view";
ot->idname= "VIEW3D_OT_zoom";
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e8/29/5778c96e2cc83fa93b1068d7f07b
Event Timeline
Log In to Comment