summaryrefslogtreecommitdiff
path: root/tools/Langpack Suite
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-01-06 09:37:05 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-01-06 09:37:05 +0000
commit95635b463863e06d167e224466a3c070deb154d6 (patch)
tree76d28fcf6d1acb3fcfb7def1659039bdc5eac535 /tools/Langpack Suite
parentfa07e8dbb56e998cd18b7ceed7abe8601977dcbe (diff)
VI file should be near the LangpackSuite.exe
git-svn-id: http://svn.miranda-ng.org/main/trunk@2988 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/Langpack Suite')
-rw-r--r--tools/Langpack Suite/Form1.cs2
1 files changed, 1 insertions, 1 deletions
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))
{