From af0c00feb4472694816a353714b1ce3597bff46f Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 10 May 2015 18:15:07 +0000 Subject: not use dupes files vi address fix git-svn-id: http://svn.miranda-ng.org/main/trunk@13513 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- tools/Langpack Suite/Form1.cs | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'tools/Langpack Suite/Form1.cs') 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()) { -- cgit v1.2.3