diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Langpack Suite/Form1.cs | 2 |
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))
{
|