summaryrefslogtreecommitdiff
path: root/displayreplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'displayreplay.c')
-rw-r--r--displayreplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/displayreplay.c b/displayreplay.c
index ba97ccf9..42c88f8d 100644
--- a/displayreplay.c
+++ b/displayreplay.c
@@ -606,7 +606,7 @@ void cFlatDisplayReplay::PreLoadImages(void) {
imgLoader.LoadIcon("play", fontHeight, fontHeight);
imgLoader.LoadIcon("forward", fontHeight, fontHeight);
imgLoader.LoadIcon("rewind_sel", fontHeight, fontHeight);
- imgLoader.LoadIcon("pause_sel", fontHeight, fontHeight);
+ imgLoader.LoadIcon("play_sel", fontHeight, fontHeight);
imgLoader.LoadIcon("pause_sel", fontHeight, fontHeight);
imgLoader.LoadIcon("forward_sel", fontHeight, fontHeight);
imgLoader.LoadIcon("recording_cutted_extra", fontHeight, fontHeight);