Browse Source

fix #238

tags/2.5.3
clowwindy 9 years ago
parent
commit
45e0968d29
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

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


Loading…
Cancel
Save