summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/Langpack Suite/Form1.cs3
1 files changed, 3 insertions, 0 deletions
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;
}