diff options
author | dartraiden <wowemuh@gmail.com> | 2018-03-25 22:11:27 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-03-25 22:11:27 +0300 |
commit | 9cf27796861004c2e34191230207a62ac0a1b09f (patch) | |
tree | d2f67e5949cc76e9f1864749ba71d131410be926 /tools | |
parent | 35a613633a2bec681e2cb8e7dac583b16465efef (diff) |
remove some more DbChecker
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("¤"))
|