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>2009-08-24 13:17:09 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-08-24 13:17:09 +0400
commit1ef190088ba9ffd7c3ab4c62ff102fd8eddd1331 (patch)
tree89b248c24165d7bb8677a7dc473d620a4a911302 /source/blender/editors/space_text/text_header.c
parentb33b6babbd2e5b87dcf0dee35074120cbcf5f934 (diff)
patch from Ron Walker (o6a).
Descriptions for TFM, TEXT, CONSOLE and ED operators. - Made some minor edits.
Diffstat (limited to 'source/blender/editors/space_text/text_header.c')
-rw-r--r--source/blender/editors/space_text/text_header.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_text/text_header.c b/source/blender/editors/space_text/text_header.c
index 0e2d2ce1698..089436cfcf9 100644
--- a/source/blender/editors/space_text/text_header.c
+++ b/source/blender/editors/space_text/text_header.c
@@ -215,6 +215,7 @@ void TEXT_OT_properties(wmOperatorType *ot)
{
/* identifiers */
ot->name= "Properties";
+ ot->description= "Toggle text properties panel.";
ot->idname= "TEXT_OT_properties";
/* api callbacks */