summaryrefslogtreecommitdiff
path: root/tools/Langpack Suite/Form1.cs
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-05-10 18:15:07 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-05-10 18:15:07 +0000
commitaf0c00feb4472694816a353714b1ce3597bff46f (patch)
tree2a73df8cc7e2c7142f73e0f43d8630a727c3fe75 /tools/Langpack Suite/Form1.cs
parent49a61ca4089823618d54965d24ce32f13e3b753f (diff)
not use dupes files
vi address fix git-svn-id: http://svn.miranda-ng.org/main/trunk@13513 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/Langpack Suite/Form1.cs')
-rw-r--r--tools/Langpack Suite/Form1.cs32
1 files changed, 0 insertions, 32 deletions
diff --git a/tools/Langpack Suite/Form1.cs b/tools/Langpack Suite/Form1.cs
index d3886f342e..c9707f5f78 100644
--- a/tools/Langpack Suite/Form1.cs
+++ b/tools/Langpack Suite/Form1.cs
@@ -357,22 +357,6 @@ namespace Langpack_Suite
return;
}
- LangPack.WriteLine("");
- if (File.Exists(FolderName + "\\=DUPES=.txt"))
- {
- ReadFile = new StreamReader(FolderName + "\\=DUPES=.txt");
- while ((s = ReadFile.ReadLine()) != null)
- {
- LangPack.WriteLine(s);
- }
- ReadFile.Close();
- }
- else
- {
- LocaleText = rm.GetString("DupesNotFound", culture);
- InfMessageLangBox.Text = InfMessageLangBox.Text + LocaleText + "\r\n";
- }
-
rf = new FileStream(vipath, FileMode.Open, FileAccess.Read);
rf.Read(buffer, 0, 3);
rf.Close();
@@ -575,22 +559,6 @@ namespace Langpack_Suite
return;
}
- LangPack.WriteLine("");
- if (File.Exists(FolderName + "\\=DUPES=.txt"))
- {
- ReadFile = new StreamReader(FolderName + "\\=DUPES=.txt");
- while ((s = ReadFile.ReadLine()) != null)
- {
- LangPack.WriteLine(s);
- }
- ReadFile.Close();
- }
- else
- {
- LocaleText = rm.GetString("DupesNotFound", culture);
- InfMessageLangBox.Text = InfMessageLangBox.Text + LocaleText + "\r\n";
- }
-
DirectoryInfo PluginsDir = new DirectoryInfo(FolderName + "\\Plugins");
foreach (FileInfo fi in PluginsDir.GetFiles())
{