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:
authorBenoit Bolsee <benoit.bolsee@online.be>2011-06-08 01:20:25 +0400
committerBenoit Bolsee <benoit.bolsee@online.be>2011-06-08 01:20:25 +0400
commitb5bd86e5907c3fa98546dabeda9703dfb15862f4 (patch)
treeeb65895e557f820fca0931c8465571ed0e749860 /source/blender/editors/util
parent9de407f13f2e628f67dbcda252febebac6307293 (diff)
parent7fd1fe9fc8e3154c36a57ed2c69409d526ee1171 (diff)
svn merge -r 37212:37306 https://svn.blender.org/svnroot/bf-blender/trunk/blender
Diffstat (limited to 'source/blender/editors/util')
-rw-r--r--source/blender/editors/util/undo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/util/undo.c b/source/blender/editors/util/undo.c
index 692a19a7198..24a868891de 100644
--- a/source/blender/editors/util/undo.c
+++ b/source/blender/editors/util/undo.c
@@ -307,6 +307,8 @@ void ED_OT_undo_push(wmOperatorType *ot)
/* api callbacks */
ot->exec= ed_undo_push_exec;
+ ot->flag= OPTYPE_INTERNAL;
+
RNA_def_string(ot->srna, "message", "Add an undo step *function may be moved*", MAXUNDONAME, "Undo Message", "");
}