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>2011-05-31 09:11:04 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-31 09:11:04 +0400
commit08d6932c860e7f2926e3980764fc5e11a821d0a3 (patch)
tree0d88c8f33701ce024f5c64317d05a5116dbc19ba /source/blender/editors/util
parent38293a00c379bdeb224a73279ee08850d86f308c (diff)
parentdcd55cef86270f076cf827c5ae7a6cc76db4f9ad (diff)
svn merge -r36900:37028 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, 1 insertions, 1 deletions
diff --git a/source/blender/editors/util/undo.c b/source/blender/editors/util/undo.c
index 9ac44f482a1..f4e27a5faf9 100644
--- a/source/blender/editors/util/undo.c
+++ b/source/blender/editors/util/undo.c
@@ -344,7 +344,7 @@ void ED_OT_redo(wmOperatorType *ot)
}
-/* ui callbacks should call this rather then calling WM_operator_repeat() themselves */
+/* ui callbacks should call this rather than calling WM_operator_repeat() themselves */
int ED_undo_operator_repeat(bContext *C, struct wmOperator *op)
{
int ret= 0;