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:
authorBastien Montagne <montagne29@wanadoo.fr>2016-08-16 23:36:26 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-08-16 23:36:59 +0300
commitd41dfe36e53baa997187e5ca2f9b88e22da645fe (patch)
treec7bc1f16db4d96d375634c3f14fbac763f964b22 /source/blender/editors/io/io_cache.c
parentb90421019b0257f52a6b75dcc57a0c96fa4159b6 (diff)
First set of UI/i18n messages fixes (mostly new GP code).
Diffstat (limited to 'source/blender/editors/io/io_cache.c')
-rw-r--r--source/blender/editors/io/io_cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/io/io_cache.c b/source/blender/editors/io/io_cache.c
index d6e2c1ae204..c5eea94f5e1 100644
--- a/source/blender/editors/io/io_cache.c
+++ b/source/blender/editors/io/io_cache.c
@@ -117,6 +117,7 @@ static int cachefile_open_exec(bContext *C, wmOperator *op)
void CACHEFILE_OT_open(wmOperatorType *ot)
{
ot->name = "Open Cache File";
+ ot->description = "Load a cache file";
ot->idname = "CACHEFILE_OT_open";
ot->invoke = cachefile_open_invoke;