reduced a little the size of localization file (#1)

This commit is contained in:
Sébastien Lucas 2012-05-29 20:22:49 +02:00
parent f142a47fb8
commit 9cac9980c1
7 changed files with 1 additions and 304 deletions

View file

@ -37,7 +37,7 @@ Sub Export_File(sType, iCol As Integer)
iBlankLines = iBlankLines + 1
Else
iBlankLines = 0
If Not isComment(sTemp) And Not sTemp Like "config*" And Not sTemp Like "gui*" Then
If Not isComment(sTemp) And Not sTemp Like "config*" And Not sTemp Like "gui*" And Not sTemp Like "error*" And Not sTemp Like "info*" And Not sTemp Like "stats*" Then
sOut = """" & sTemp & """" & ":"
' Print #oFile, "=";
sTemp = shSheet.Cells(iRow, iCol).Value