summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-10 20:59:51 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-10 20:59:51 +0100
commit4c1f2b93d06f2dd776b44a83aeacc1e9aa996621 (patch)
treeebf5a4845b66c9ae6bae9cfb38d220ad95468d21 /src
parente154ce310d6438d78c3bc037bd859cbc6cc5fe71 (diff)
Update comment
Diffstat (limited to 'src')
-rw-r--r--src/common/hexchat.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c
index b10b2af5..de6402ee 100644
--- a/src/common/hexchat.c
+++ b/src/common/hexchat.c
@@ -1168,10 +1168,9 @@ main (int argc, char *argv[])
 
 		if (error == ERROR_ALREADY_EXISTS || mutex == NULL)
 		{
-			/* restoring the HexChat window from the tray via the taskbar icon
-			 * only works correctly when HexTray is used, but it's not a big deal
-			 * since you can only minimize HexChat to tray via the taskbar if you
-			 * use HexTray*/
+			/* Restoring the HexChat window from the tray via the taskbar icon.
+			 * Only works correctly when HexTray is used.
+			 */
 			if (hextray_mode ())
 			{
 				/* FindWindow() doesn't support wildcards so we check all the open windows */