소스 검색

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>