From e34bf6f0110ba864fa64d96dc871aef8e09a7b82 Mon Sep 17 00:00:00 2001 From: "Ignacio R. Morelle" Date: Thu, 15 Jan 2015 05:03:24 -0300 Subject: [PATCH] Fix image paths used by the Classic theme's replay bar Includes renaming three files. --- data/themes/_initial.cfg | 2 +- .../{play_move-active.png => play-move-active.png} | Bin ...{play_move-pressed.png => play-move-pressed.png} | Bin .../classic/{play_move.png => play-move.png} | Bin 4 files changed, 1 insertion(+), 1 deletion(-) rename images/buttons/classic/{play_move-active.png => play-move-active.png} (100%) rename images/buttons/classic/{play_move-pressed.png => play-move-pressed.png} (100%) rename images/buttons/classic/{play_move.png => play-move.png} (100%) diff --git a/data/themes/_initial.cfg b/data/themes/_initial.cfg index 45f6ac32f7c..444dae452f8 100644 --- a/data/themes/_initial.cfg +++ b/data/themes/_initial.cfg @@ -517,7 +517,7 @@ [add] [panel] id=replay-panel - image=themes/classic/top-bg.png + image=themes/legacy/top-bg.png ref=top-panel rect="=,+0,+882,+30" xanchor=left diff --git a/images/buttons/classic/play_move-active.png b/images/buttons/classic/play-move-active.png similarity index 100% rename from images/buttons/classic/play_move-active.png rename to images/buttons/classic/play-move-active.png diff --git a/images/buttons/classic/play_move-pressed.png b/images/buttons/classic/play-move-pressed.png similarity index 100% rename from images/buttons/classic/play_move-pressed.png rename to images/buttons/classic/play-move-pressed.png diff --git a/images/buttons/classic/play_move.png b/images/buttons/classic/play-move.png similarity index 100% rename from images/buttons/classic/play_move.png rename to images/buttons/classic/play-move.png