diff options
author | enen92 <92enen@gmail.com> | 2022-01-01 22:43:59 +0000 |
---|---|---|
committer | enen92 <92enen@gmail.com> | 2022-01-02 00:19:54 +0000 |
commit | 346ed0d40583baadca618d1436b247a9b0661f3a (patch) | |
tree | 6e8fdfc40b23281b48c510edbc2867759b981161 /addons/skin.estuary | |
parent | 8726f9260c2b91acfebbac4ff6f6a87bf6a4e3e2 (diff) |
[INFO][EDL] Add Player.EditList to replace old Player.Cutlist
Diffstat (limited to 'addons/skin.estuary')
-rw-r--r-- | addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml | 2 | ||||
-rw-r--r-- | addons/skin.estuary/xml/DialogSeekBar.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml b/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml index 8a1518361c..ae0f244077 100644 --- a/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml +++ b/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml @@ -133,7 +133,7 @@ <lefttexture>colors/white.png</lefttexture> <midtexture colordiffuse="FFFF0000">colors/white.png</midtexture> <righttexture>colors/white.png</righttexture> - <info>Player.Cutlist</info> + <info>Player.Editlist</info> </control> <control type="ranges"> <left>0</left> diff --git a/addons/skin.estuary/xml/DialogSeekBar.xml b/addons/skin.estuary/xml/DialogSeekBar.xml index 9574d1bdfb..4f02ea84fa 100644 --- a/addons/skin.estuary/xml/DialogSeekBar.xml +++ b/addons/skin.estuary/xml/DialogSeekBar.xml @@ -247,7 +247,7 @@ <lefttexture>colors/white.png</lefttexture> <midtexture colordiffuse="FFFF0000">colors/white.png</midtexture> <righttexture>colors/white.png</righttexture> - <info>Player.Cutlist</info> + <info>Player.Editlist</info> </control> <control type="ranges"> <left>0</left> |