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:
Diffstat (limited to 'source/blender/windowmanager/intern/wm_operators.c')
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index a5b5f082c41..08d7e319460 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -3110,13 +3110,13 @@ enum {
};
static const EnumPropertyItem redraw_timer_type_items[] = {
- {eRTDrawRegion, "DRAW", 0, "Draw Region", "Draw Region"},
- {eRTDrawRegionSwap, "DRAW_SWAP", 0, "Draw Region + Swap", "Draw Region and Swap"},
- {eRTDrawWindow, "DRAW_WIN", 0, "Draw Window", "Draw Window"},
- {eRTDrawWindowSwap, "DRAW_WIN_SWAP", 0, "Draw Window + Swap", "Draw Window and Swap"},
- {eRTAnimationStep, "ANIM_STEP", 0, "Anim Step", "Animation Steps"},
- {eRTAnimationPlay, "ANIM_PLAY", 0, "Anim Play", "Animation Playback"},
- {eRTUndo, "UNDO", 0, "Undo/Redo", "Undo/Redo"},
+ {eRTDrawRegion, "DRAW", 0, "Draw Region", "Draw region"},
+ {eRTDrawRegionSwap, "DRAW_SWAP", 0, "Draw Region & Swap", "Draw region and swap"},
+ {eRTDrawWindow, "DRAW_WIN", 0, "Draw Window", "Draw window"},
+ {eRTDrawWindowSwap, "DRAW_WIN_SWAP", 0, "Draw Window & Swap", "Draw window and swap"},
+ {eRTAnimationStep, "ANIM_STEP", 0, "Animation Step", "Animation steps"},
+ {eRTAnimationPlay, "ANIM_PLAY", 0, "Animation Play", "Animation playback"},
+ {eRTUndo, "UNDO", 0, "Undo/Redo", "Undo and redo"},
{0, NULL, 0, NULL, NULL},
};