Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-04-15 11:19:35 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-04-15 11:19:35 +0300
commit98b8cbb3d98de19f99f8f7821b2b58c894bf9440 (patch)
treee818093605dd4fe9c648a771b102b61fe2982941 /Program.cs
parent7a4e6f46c893d3c13b1127212ca3b499dfc575af (diff)
Language files moved to separate directory
Diffstat (limited to 'Program.cs')
-rw-r--r--Program.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Program.cs b/Program.cs
index 90f04ebd..7d51ab69 100644
--- a/Program.cs
+++ b/Program.cs
@@ -1,4 +1,5 @@
-using System;
+#pragma warning disable 0618
+using System;
using System.Diagnostics;
using System.IO;
using System.Reflection;
@@ -28,6 +29,7 @@ namespace com.clusterrr.hakchi_gui
[STAThread]
static void Main()
{
+ AppDomain.CurrentDomain.AppendPrivatePath("languages");
#if DEBUG
try
{