WingMan

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 26  →  ?path2? @ 27
/trunk/WingMan/WingManForm.cs
@@ -303,7 +303,7 @@
 
private void OnLobbyMessageReceived(object sender, LobbyMessageReceivedEventArgs e)
{
notifyIcon1.BalloonTipTitle = Properties.Strings.Lobby_message;
notifyIcon1.BalloonTipTitle = Strings.Lobby_message;
notifyIcon1.BalloonTipText = $"{e.Nick} : {e.Message}{Environment.NewLine}";
notifyIcon1.ShowBalloonTip(1000);
 
@@ -697,10 +697,7 @@
 
private void WingManFormResized(object sender, EventArgs e)
{
if (WindowState == FormWindowState.Minimized)
{
Hide();
}
if (WindowState == FormWindowState.Minimized) Hide();
}
 
private void NotifyIconDoubleClick(object sender, EventArgs e)