From a8d3779c31ea242d9e90029e22ac33138dd1475b Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 13 Jan 2013 19:20:49 +0000 Subject: closing files when generation stopped git-svn-id: http://svn.miranda-ng.org/main/trunk@3101 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- tools/Langpack Suite/Form1.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/Langpack Suite/Form1.cs') diff --git a/tools/Langpack Suite/Form1.cs b/tools/Langpack Suite/Form1.cs index dd2272aebd..a70fb0608b 100644 --- a/tools/Langpack Suite/Form1.cs +++ b/tools/Langpack Suite/Form1.cs @@ -343,6 +343,8 @@ namespace Langpack_Suite InfMessageLangBox.Text = InfMessageLangBox.Text + LocaleText + "\r\n"; LocaleText = rm.GetString("GenStop", culture); InfMessageLangBox.Text = InfMessageLangBox.Text + LocaleText; + LangPack.Close(); + ReadFile.Close(); return; } @@ -558,6 +560,7 @@ namespace Langpack_Suite InfMessageLangBox.Text = InfMessageLangBox.Text + LocaleText + "\r\n"; LocaleText = rm.GetString("GenStop", culture); InfMessageLangBox.Text = InfMessageLangBox.Text + LocaleText; + LangPack.Close(); return; } -- cgit v1.2.3