ソースを参照

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>