diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Langpack Suite/Form1.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Langpack Suite/Form1.cs b/tools/Langpack Suite/Form1.cs index 2f6b2eb7aa..fe0cbf1242 100644 --- a/tools/Langpack Suite/Form1.cs +++ b/tools/Langpack Suite/Form1.cs @@ -294,7 +294,7 @@ namespace Langpack_Suite s = ReadFile.ReadLine().Trim();
while (s != "")
{
- if (s.StartsWith(" ") || s.StartsWith("¤") || s.Contains("DbChecker.dll"))
+ if (s.StartsWith(" ") || s.StartsWith("¤"))
{
int l = s.IndexOf(".");
if (s.StartsWith(" ") || s.StartsWith("¤"))
|