Browse Source

Update MenuViewController.cs

修改关于链接到 https://github.com/shadowsocks/shadowsocks-csharp
tags/2.3
kxjhlele 9 years ago
parent
commit
fa82d6b93d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shadowsocks-csharp/View/MenuViewController.cs

+ 1
- 1
shadowsocks-csharp/View/MenuViewController.cs View File

@@ -390,7 +390,7 @@ namespace Shadowsocks.View
private void AboutItem_Click(object sender, EventArgs e)
{
Process.Start("https://github.com/clowwindy/shadowsocks-csharp");
Process.Start("https://github.com/shadowsocks/shadowsocks-csharp");
}
private void notifyIcon1_DoubleClick(object sender, MouseEventArgs e)


Loading…
Cancel
Save