diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-13 17:39:54 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-13 17:39:54 +0000 |
commit | 150f125a35021a95e785c15b4d7b10693fe38031 (patch) | |
tree | 23aaa6825cce4eb8b6b8a40bf7382d0fa43285db /tools/Langpack Suite | |
parent | 3b9b516ce3dc68560935e7fccafafa4fe3c10253 (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')
-rw-r--r-- | tools/Langpack Suite/Form1.cs | 3 |
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);
|