diff options
author | ronie <ronie@users.noreply.github.com> | 2019-10-13 10:14:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-13 10:14:49 +0200 |
commit | dd178e70a87226656ecbc286ff016f419ad4fce9 (patch) | |
tree | bc1d33a4eda20eb300cb0c336bd3c3e508c267e0 | |
parent | 7f151726d0bdaf64c7e54b8a9badf08f78a453ef (diff) | |
parent | c4bdc7eb43e67ece4da67a7e8dde0e1efeb9652f (diff) |
Merge pull request #16758 from ronie/studios
[Estuary] fix studio icon name
-rw-r--r-- | addons/skin.estuary/xml/Variables.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/Variables.xml b/addons/skin.estuary/xml/Variables.xml index e5425f1024..97de85936c 100644 --- a/addons/skin.estuary/xml/Variables.xml +++ b/addons/skin.estuary/xml/Variables.xml @@ -136,7 +136,7 @@ </variable> <variable name="WidgetStudioIconVar"> <value condition="System.HasAddon(resource.images.studios.white)">$INFO[ListItem.Label,resource://resource.images.studios.white/,.png]</value> - <value>DefaultStudio.png</value> + <value>DefaultStudios.png</value> </variable> <variable name="AddonsLabel2Var"> <value condition="ListItem.Property(addon.downloading)">$INFO[ListItem.Property(addon.status)]</value> |