From 95635b463863e06d167e224466a3c070deb154d6 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 6 Jan 2013 09:37:05 +0000 Subject: VI file should be near the LangpackSuite.exe git-svn-id: http://svn.miranda-ng.org/main/trunk@2988 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- tools/Langpack Suite/Form1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/Langpack Suite') diff --git a/tools/Langpack Suite/Form1.cs b/tools/Langpack Suite/Form1.cs index e0c9baa2e8..f37ffac809 100644 --- a/tools/Langpack Suite/Form1.cs +++ b/tools/Langpack Suite/Form1.cs @@ -237,7 +237,7 @@ namespace Langpack_Suite if (vitype) vipath = VIURLTextBox.Text; else - vipath = FolderName + "\\VersionInfo.txt"; + vipath = Directory.GetCurrentDirectory() + "\\VersionInfo.txt"; if (File.Exists(vipath)) { -- cgit v1.2.3