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:
authorDaniel Salazar <zanqdo@gmail.com>2010-02-15 12:53:02 +0300
committerDaniel Salazar <zanqdo@gmail.com>2010-02-15 12:53:02 +0300
commit957baf7d6a711daee2391b2f912ff3852169ad48 (patch)
tree57676e476526b0e6a43386d39a20ec2ed46490b4 /source/blender/editors
parent38298d2c2215ca4c21f9b9cfa1f46b1ba126c2fe (diff)
Inline tooltips and descriptions of export/import
Random fixes and tweaks in names and tooltips
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/space_info/info_ops.c4
1 files changed, 2 insertions, 2 deletions
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 */