summary refs log tree commit diff stats
path: root/plugins/hextray/callbacks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/hextray/callbacks.cpp')
-rw-r--r--plugins/hextray/callbacks.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/hextray/callbacks.cpp b/plugins/hextray/callbacks.cpp
index 96990050..e7dcfdba 100644
--- a/plugins/hextray/callbacks.cpp
+++ b/plugins/hextray/callbacks.cpp
@@ -23,10 +23,10 @@
 #include <commctrl.h>

 #include <tchar.h>

 

-#include "xchat-plugin.h"

+#include "hexchat-plugin.h"

 #include "utility.h"

-#include "xtray.h"

-#include "xchat.h"

+#include "hextray.h"

+#include "hexchat.h"

 #include "callbacks.h"

 #include "resource.h"

 #include "sdTray.h"

@@ -45,7 +45,7 @@ BOOL CALLBACK EnumWindowsProc(HWND hWnd, LPARAM lParam)
 	TCHAR szTitle[10];

 	GetWindowText(hWnd, szTitle, 9);

 

-	if(_tcsstr(szTitle, _T("XChat [")))

+	if(_tcsstr(szTitle, _T("HexChat [")))

 	{

 		g_hXchatWnd = hWnd;

 		return false;