From 2ff953cce96723519feaecb04e259c6c4047ee91 Mon Sep 17 00:00:00 2001 From: Cologler Date: Fri, 13 Mar 2015 09:31:02 +0800 Subject: [PATCH] e.... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 强迫症发作 --- shadowsocks-csharp/Model/Configuration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks-csharp/Model/Configuration.cs b/shadowsocks-csharp/Model/Configuration.cs index 56c91759..4ca13787 100755 --- a/shadowsocks-csharp/Model/Configuration.cs +++ b/shadowsocks-csharp/Model/Configuration.cs @@ -18,7 +18,7 @@ namespace Shadowsocks.Model public bool isDefault; public int localPort; - private static string CONFIG_FILE = "gui-config.json"; + private const string CONFIG_FILE = "gui-config.json"; public Server GetCurrentServer() {