Преглед на файлове

Asterisk no longer allowed in file extension

Matt Clarkson преди 11 години
родител
ревизия
0969831175
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      Libs/CommandLineModules/Frontend/QtGui/Resources/ctkCmdLineModuleXmlToQtUi.xsl

+ 0 - 1
Libs/CommandLineModules/Frontend/QtGui/Resources/ctkCmdLineModuleXmlToQtUi.xsl

@@ -248,7 +248,6 @@
       <xsl:for-each select="tokenize(@fileExtensions, ',')">
         <string>
         <xsl:choose>
-          <xsl:when test="starts-with(normalize-space(.), '*')"><!-- do nothing --></xsl:when>
           <xsl:when test="starts-with(normalize-space(.), '.')">*</xsl:when>
           <xsl:otherwise>*.</xsl:otherwise>
         </xsl:choose>