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-14 09:18:17 +0300
committerDaniel Salazar <zanqdo@gmail.com>2010-02-14 09:18:17 +0300
commit4d218824c5ab410ab090a5e31beec09f7d7eb674 (patch)
treefb2a7ad00ae6003ec1c2c72a56de0362143bef3b /source/blender/editors/space_buttons/buttons_ops.c
parenta81030a95e69a9ac5c68dc9f86d651cffdc7a961 (diff)
Better tooltips and button name in some case in file browser
Diffstat (limited to 'source/blender/editors/space_buttons/buttons_ops.c')
-rw-r--r--source/blender/editors/space_buttons/buttons_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_buttons/buttons_ops.c b/source/blender/editors/space_buttons/buttons_ops.c
index d5de3ff7d04..3ebb4c61f7b 100644
--- a/source/blender/editors/space_buttons/buttons_ops.c
+++ b/source/blender/editors/space_buttons/buttons_ops.c
@@ -138,7 +138,7 @@ static int file_browse_invoke(bContext *C, wmOperator *op, wmEvent *event)
void BUTTONS_OT_file_browse(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "File Browse";
+ ot->name= "Accept";
ot->description="Open a file browser";
ot->idname= "BUTTONS_OT_file_browse";