summaryrefslogtreecommitdiff
path: root/tools/Langpack Suite/Form1.cs
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-01-13 17:39:54 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-01-13 17:39:54 +0000
commit150f125a35021a95e785c15b4d7b10693fe38031 (patch)
tree23aaa6825cce4eb8b6b8a40bf7382d0fa43285db /tools/Langpack Suite/Form1.cs
parent3b9b516ce3dc68560935e7fccafafa4fe3c10253 (diff)
dupes now not stopping generation
git-svn-id: http://svn.miranda-ng.org/main/trunk@3097 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/Langpack Suite/Form1.cs')
-rw-r--r--tools/Langpack Suite/Form1.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/Langpack Suite/Form1.cs b/tools/Langpack Suite/Form1.cs
index 653762a47f..0c718179bf 100644
--- a/tools/Langpack Suite/Form1.cs
+++ b/tools/Langpack Suite/Form1.cs
@@ -360,9 +360,6 @@ namespace Langpack_Suite
{
LocaleText = rm.GetString("DupesNotFound", culture);
InfMessageLangBox.Text = InfMessageLangBox.Text + LocaleText + "\r\n";
- LocaleText = rm.GetString("GenStop", culture);
- InfMessageLangBox.Text = InfMessageLangBox.Text + LocaleText;
- return;
}
rf = new FileStream(vipath, FileMode.Open, FileAccess.Read);