From 01093811362df3064bd5043c180ca848fea12218 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 6 Jan 2013 09:09:19 +0000 Subject: fixed output file changing git-svn-id: http://svn.miranda-ng.org/main/trunk@2985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- tools/Langpack Suite/Form1.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/Langpack Suite/Form1.cs') diff --git a/tools/Langpack Suite/Form1.cs b/tools/Langpack Suite/Form1.cs index 40c3b3d38c..ab64f79a9f 100644 --- a/tools/Langpack Suite/Form1.cs +++ b/tools/Langpack Suite/Form1.cs @@ -189,8 +189,7 @@ namespace Langpack_Suite InfMessageLangBox.Text = LocaleText + "\r\n"; FolderName = Directory.GetParent(Directory.GetCurrentDirectory()).ToString() + "\\" + LangpacksComboBox.Text; - if (output == "") - output = FolderName + "\\" + LangpackNameEdit.Text + ".txt"; + output = FolderName + "\\" + LangpackNameEdit.Text + ".txt"; if (File.Exists(output)) File.Delete(output); -- cgit v1.2.3