From 957baf7d6a711daee2391b2f912ff3852169ad48 Mon Sep 17 00:00:00 2001 From: Daniel Salazar Date: Mon, 15 Feb 2010 09:53:02 +0000 Subject: Inline tooltips and descriptions of export/import Random fixes and tweaks in names and tooltips --- source/blender/editors/space_info/info_ops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors') diff --git a/source/blender/editors/space_info/info_ops.c b/source/blender/editors/space_info/info_ops.c index 1b4f919ee64..072c5bf1573 100644 --- a/source/blender/editors/space_info/info_ops.c +++ b/source/blender/editors/space_info/info_ops.c @@ -262,7 +262,7 @@ static int report_missing_files_exec(bContext *C, wmOperator *op) void FILE_OT_report_missing_files(wmOperatorType *ot) { /* identifiers */ - ot->name= "Report Missing Files..."; + ot->name= "Report Missing Files"; ot->idname= "FILE_OT_report_missing_files"; /* api callbacks */ @@ -295,7 +295,7 @@ static int find_missing_files_invoke(bContext *C, wmOperator *op, wmEvent *event void FILE_OT_find_missing_files(wmOperatorType *ot) { /* identifiers */ - ot->name= "Find Missing Files..."; + ot->name= "Find Missing Files"; ot->idname= "FILE_OT_find_missing_files"; /* api callbacks */ -- cgit v1.2.3