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:
authorTon Roosendaal <ton@blender.org>2005-05-12 00:10:51 +0400
committerTon Roosendaal <ton@blender.org>2005-05-12 00:10:51 +0400
commit1c5c8c006b7f1bbd7f306c3ef650ed490b80fdd9 (patch)
tree4c604d31fbf751599f2ceb159589a168feded9fa /source/blender/src/header_time.c
parent0574768f8897f20e8eca213742e0987d122787c7 (diff)
Correct "Pause" icon for timeline header.
Diffstat (limited to 'source/blender/src/header_time.c')
-rw-r--r--source/blender/src/header_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/header_time.c b/source/blender/src/header_time.c
index 906f8edb603..e8d81d13619 100644
--- a/source/blender/src/header_time.c
+++ b/source/blender/src/header_time.c
@@ -417,7 +417,7 @@ void time_buttons(ScrArea *sa)
xco+= XIC+4;
if(has_screenhandler(G.curscreen, SCREEN_HANDLER_ANIM))
- uiDefIconBut(block, BUT, B_TL_STOP, ICON_MAN_SCALE,
+ uiDefIconBut(block, BUT, B_TL_STOP, ICON_PAUSE,
xco, 0, XIC, YIC, 0, 0, 0, 0, 0, "Stop Playing Timeline");
else
uiDefIconBut(block, BUT, B_TL_PLAY, ICON_PLAY,