Browse Source

fix balloon

tags/2.3
clowwindy 10 years ago
parent
commit
a2863f1413
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shadowsocks-csharp/View/ConfigForm.cs

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

@@ -234,7 +234,7 @@ namespace Shadowsocks.View
if (isFirstRun)
{
notifyIcon1.BalloonTipTitle = "Shadowsocks is here";
notifyIcon1.BalloonTipText = "You can find turn on/off Shadowsocks in the context menu";
notifyIcon1.BalloonTipText = "You can turn on/off Shadowsocks in the context menu";
notifyIcon1.ShowBalloonTip(0);
isFirstRun = false;
}


Loading…
Cancel
Save