summary refs log tree commit diff stats
path: root/plugins/hextray/xtray.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-18 22:23:09 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-18 22:23:09 +0200
commit7fff475fda4fc0cdaf2f6a7c0598e5e98866b324 (patch)
tree7e1f0e0c1109d075b15c1a1477c095e1975cbb60 /plugins/hextray/xtray.h
parenta251934b36d399f9c717166fdf0be89ffda810ec (diff)
Rebrand HexTray and fix icon rendering for certain events
Diffstat (limited to 'plugins/hextray/xtray.h')
-rw-r--r--plugins/hextray/xtray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hextray/xtray.h b/plugins/hextray/xtray.h
index 56323cf2..7fa51ad3 100644
--- a/plugins/hextray/xtray.h
+++ b/plugins/hextray/xtray.h
@@ -24,7 +24,7 @@ extern HWND				g_hXchatWnd;
 extern HWND				g_hHotkeyWnd;

 extern HWND				g_hPrefDlg;

 extern HMENU			g_hTrayMenu;

-extern HICON			g_hIcons[11];

+extern HICON			g_hIcons[24];

 extern HANDLE			g_hInstance;

 extern unsigned int		g_dwPrefs;

 extern TCHAR			g_szAway[512];