From 150f125a35021a95e785c15b4d7b10693fe38031 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 13 Jan 2013 17:39:54 +0000 Subject: dupes now not stopping generation git-svn-id: http://svn.miranda-ng.org/main/trunk@3097 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- tools/Langpack Suite/Form1.cs | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools') 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); -- cgit v1.2.3