summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--solenv/bin/uiimagelist.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/uiimagelist.xsl b/solenv/bin/uiimagelist.xsl
index 3d14f8d31dc4..659d3b943ae1 100644
--- a/solenv/bin/uiimagelist.xsl
+++ b/solenv/bin/uiimagelist.xsl
@@ -17,7 +17,7 @@
<xsl:template match="@*|text()|processing-instruction()|comment()"/>
- <xsl:template match="property[@name='icon_name'] | property[@name='pixbuf']">
+ <xsl:template match="property[@name='icon_name'] | property[@name='icon-name'] | property[@name='pixbuf']">
<xsl:variable name="inpath" select="normalize-space(.)"/>
<xsl:variable name="outpath">
<xsl:choose>