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:
authorCampbell Barton <ideasman42@gmail.com>2019-08-09 12:05:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-09 12:16:35 +0300
commit533e48520e8639854df91593cc1be435c53f5357 (patch)
treedd96793abd867d23f9e1b933b336b46c71e32b59 /source/blender/editors/space_console
parent4c9fe657458fe710448fc9a56079af16d8d12dac (diff)
UI: expand on console menus
Some features weren't exposed anywhere in the interface. D5443 by @tintwotin
Diffstat (limited to 'source/blender/editors/space_console')
-rw-r--r--source/blender/editors/space_console/console_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_console/console_ops.c b/source/blender/editors/space_console/console_ops.c
index fc0adb655b7..faf613482a3 100644
--- a/source/blender/editors/space_console/console_ops.c
+++ b/source/blender/editors/space_console/console_ops.c
@@ -742,7 +742,7 @@ static int console_clear_exec(bContext *C, wmOperator *op)
void CONSOLE_OT_clear(wmOperatorType *ot)
{
/* identifiers */
- ot->name = "Clear";
+ ot->name = "Clear All";
ot->description = "Clear text by type";
ot->idname = "CONSOLE_OT_clear";