summary refs log tree commit diff stats
path: root/plugins/hextray
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/hextray')
-rw-r--r--plugins/hextray/callbacks.cpp8
-rw-r--r--plugins/hextray/hexchat.cpp (renamed from plugins/hextray/xchat.cpp)6
-rw-r--r--plugins/hextray/hexchat.h (renamed from plugins/hextray/xchat.h)0
-rw-r--r--plugins/hextray/hextray-xp.vcxproj14
-rw-r--r--plugins/hextray/hextray-xp.vcxproj.filters10
-rw-r--r--plugins/hextray/hextray.cpp (renamed from plugins/hextray/xtray.cpp)4
-rw-r--r--plugins/hextray/hextray.def (renamed from plugins/hextray/xtray.def)0
-rw-r--r--plugins/hextray/hextray.h (renamed from plugins/hextray/xtray.h)0
-rw-r--r--plugins/hextray/hextray.vcxproj14
-rw-r--r--plugins/hextray/hextray.vcxproj.filters10
-rw-r--r--plugins/hextray/resource.rc4
-rw-r--r--plugins/hextray/utility.cpp4
12 files changed, 37 insertions, 37 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;

diff --git a/plugins/hextray/xchat.cpp b/plugins/hextray/hexchat.cpp
index 47ce46a9..b1defc1f 100644
--- a/plugins/hextray/xchat.cpp
+++ b/plugins/hextray/hexchat.cpp
@@ -22,10 +22,10 @@
 #include <stdio.h>

 #include <tchar.h>

 

-#include "xchat-plugin.h"

-#include "xtray.h"

+#include "hexchat-plugin.h"

+#include "hextray.h"

 #include "resource.h"

-#include "xchat.h"

+#include "hexchat.h"

 #include "utility.h"

 

 // from util.c of xchat source code ( slightly modified to fit X-Tray Syntax )

diff --git a/plugins/hextray/xchat.h b/plugins/hextray/hexchat.h
index 76452aeb..76452aeb 100644
--- a/plugins/hextray/xchat.h
+++ b/plugins/hextray/hexchat.h
diff --git a/plugins/hextray/hextray-xp.vcxproj b/plugins/hextray/hextray-xp.vcxproj
index cd7581d5..72d1599e 100644
--- a/plugins/hextray/hextray-xp.vcxproj
+++ b/plugins/hextray/hextray-xp.vcxproj
@@ -69,7 +69,7 @@
       <GenerateDebugInformation>true</GenerateDebugInformation>

       <EnableCOMDATFolding>true</EnableCOMDATFolding>

       <OptimizeReferences>true</OptimizeReferences>

-      <ModuleDefinitionFile>xtray.def</ModuleDefinitionFile>

+      <ModuleDefinitionFile>hextray.def</ModuleDefinitionFile>

       <AdditionalDependencies>ntstc_msvcrt.lib;%(AdditionalDependencies)</AdditionalDependencies>

     </Link>

   </ItemDefinitionGroup>

@@ -89,7 +89,7 @@
       <GenerateDebugInformation>true</GenerateDebugInformation>

       <EnableCOMDATFolding>true</EnableCOMDATFolding>

       <OptimizeReferences>true</OptimizeReferences>

-      <ModuleDefinitionFile>xtray.def</ModuleDefinitionFile>

+      <ModuleDefinitionFile>hextray.def</ModuleDefinitionFile>

       <AdditionalDependencies>ntstc_msvcrt.lib;%(AdditionalDependencies)</AdditionalDependencies>

     </Link>

   </ItemDefinitionGroup>

@@ -103,7 +103,7 @@
     <None Include="icons\sd.ico" />

     <None Include="icons\notice.ico" />

     <None Include="icons\hexchat.ico" />

-    <None Include="xtray.def" />

+    <None Include="hextray.def" />

   </ItemGroup>

   <ItemGroup>

     <ResourceCompile Include="resource.rc" />

@@ -113,8 +113,8 @@
     <ClCompile Include="sdAlerts.cpp" />

     <ClCompile Include="sdTray.cpp" />

     <ClCompile Include="utility.cpp" />

-    <ClCompile Include="xchat.cpp" />

-    <ClCompile Include="xtray.cpp" />

+    <ClCompile Include="hexchat.cpp" />

+    <ClCompile Include="hextray.cpp" />

   </ItemGroup>

   <ItemGroup>

     <ClInclude Include="callbacks.h" />

@@ -122,8 +122,8 @@
     <ClInclude Include="sdAlerts.h" />

     <ClInclude Include="sdTray.h" />

     <ClInclude Include="utility.h" />

-    <ClInclude Include="xchat.h" />

-    <ClInclude Include="xtray.h" />

+    <ClInclude Include="hexchat.h" />

+    <ClInclude Include="hextray.h" />

   </ItemGroup>

   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

   <ImportGroup Label="ExtensionTargets">

diff --git a/plugins/hextray/hextray-xp.vcxproj.filters b/plugins/hextray/hextray-xp.vcxproj.filters
index b83dc813..1f9a4057 100644
--- a/plugins/hextray/hextray-xp.vcxproj.filters
+++ b/plugins/hextray/hextray-xp.vcxproj.filters
@@ -21,7 +21,7 @@
     </Filter>

   </ItemGroup>

   <ItemGroup>

-    <None Include="xtray.def">

+    <None Include="hextray.def">

       <Filter>Resource Files</Filter>

     </None>

     <None Include="bitmaps\sd.bmp">

@@ -70,10 +70,10 @@
     <ClCompile Include="utility.cpp">

       <Filter>Source Files</Filter>

     </ClCompile>

-    <ClCompile Include="xchat.cpp">

+    <ClCompile Include="hexchat.cpp">

       <Filter>Source Files</Filter>

     </ClCompile>

-    <ClCompile Include="xtray.cpp">

+    <ClCompile Include="hextray.cpp">

       <Filter>Source Files</Filter>

     </ClCompile>

   </ItemGroup>

@@ -93,10 +93,10 @@
     <ClInclude Include="utility.h">

       <Filter>Header Files</Filter>

     </ClInclude>

-    <ClInclude Include="xchat.h">

+    <ClInclude Include="hexchat.h">

       <Filter>Header Files</Filter>

     </ClInclude>

-    <ClInclude Include="xtray.h">

+    <ClInclude Include="hextray.h">

       <Filter>Header Files</Filter>

     </ClInclude>

   </ItemGroup>

diff --git a/plugins/hextray/xtray.cpp b/plugins/hextray/hextray.cpp
index df4a5c89..9741e5f7 100644
--- a/plugins/hextray/xtray.cpp
+++ b/plugins/hextray/hextray.cpp
@@ -23,11 +23,11 @@
 #include <string>

 #include <shobjidl.h>

 

-#include "xchat-plugin.h"

+#include "hexchat-plugin.h"

 #include "resource.h"

 #include "callbacks.h"

 #include "utility.h"

-#include "xtray.h"

+#include "hextray.h"

 #include "sdTray.h"

 #include "sdAlerts.h"

 

diff --git a/plugins/hextray/xtray.def b/plugins/hextray/hextray.def
index 77670bf2..77670bf2 100644
--- a/plugins/hextray/xtray.def
+++ b/plugins/hextray/hextray.def
diff --git a/plugins/hextray/xtray.h b/plugins/hextray/hextray.h
index 0bd8a990..0bd8a990 100644
--- a/plugins/hextray/xtray.h
+++ b/plugins/hextray/hextray.h
diff --git a/plugins/hextray/hextray.vcxproj b/plugins/hextray/hextray.vcxproj
index 47f4c273..fd28aae3 100644
--- a/plugins/hextray/hextray.vcxproj
+++ b/plugins/hextray/hextray.vcxproj
@@ -66,7 +66,7 @@
       <GenerateDebugInformation>true</GenerateDebugInformation>

       <EnableCOMDATFolding>true</EnableCOMDATFolding>

       <OptimizeReferences>true</OptimizeReferences>

-      <ModuleDefinitionFile>xtray.def</ModuleDefinitionFile>

+      <ModuleDefinitionFile>hextray.def</ModuleDefinitionFile>

     </Link>

   </ItemDefinitionGroup>

   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

@@ -85,7 +85,7 @@
       <GenerateDebugInformation>true</GenerateDebugInformation>

       <EnableCOMDATFolding>true</EnableCOMDATFolding>

       <OptimizeReferences>true</OptimizeReferences>

-      <ModuleDefinitionFile>xtray.def</ModuleDefinitionFile>

+      <ModuleDefinitionFile>hextray.def</ModuleDefinitionFile>

     </Link>

   </ItemDefinitionGroup>

   <ItemGroup>

@@ -98,7 +98,7 @@
     <None Include="icons\sd.ico" />

     <None Include="icons\notice.ico" />

     <None Include="icons\hexchat.ico" />

-    <None Include="xtray.def" />

+    <None Include="hextray.def" />

   </ItemGroup>

   <ItemGroup>

     <ResourceCompile Include="resource.rc" />

@@ -108,8 +108,8 @@
     <ClCompile Include="sdAlerts.cpp" />

     <ClCompile Include="sdTray.cpp" />

     <ClCompile Include="utility.cpp" />

-    <ClCompile Include="xchat.cpp" />

-    <ClCompile Include="xtray.cpp" />

+    <ClCompile Include="hexchat.cpp" />

+    <ClCompile Include="hextray.cpp" />

   </ItemGroup>

   <ItemGroup>

     <ClInclude Include="callbacks.h" />

@@ -117,8 +117,8 @@
     <ClInclude Include="sdAlerts.h" />

     <ClInclude Include="sdTray.h" />

     <ClInclude Include="utility.h" />

-    <ClInclude Include="xchat.h" />

-    <ClInclude Include="xtray.h" />

+    <ClInclude Include="hexchat.h" />

+    <ClInclude Include="hextray.h" />

   </ItemGroup>

   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

   <ImportGroup Label="ExtensionTargets">

diff --git a/plugins/hextray/hextray.vcxproj.filters b/plugins/hextray/hextray.vcxproj.filters
index b83dc813..1f9a4057 100644
--- a/plugins/hextray/hextray.vcxproj.filters
+++ b/plugins/hextray/hextray.vcxproj.filters
@@ -21,7 +21,7 @@
     </Filter>

   </ItemGroup>

   <ItemGroup>

-    <None Include="xtray.def">

+    <None Include="hextray.def">

       <Filter>Resource Files</Filter>

     </None>

     <None Include="bitmaps\sd.bmp">

@@ -70,10 +70,10 @@
     <ClCompile Include="utility.cpp">

       <Filter>Source Files</Filter>

     </ClCompile>

-    <ClCompile Include="xchat.cpp">

+    <ClCompile Include="hexchat.cpp">

       <Filter>Source Files</Filter>

     </ClCompile>

-    <ClCompile Include="xtray.cpp">

+    <ClCompile Include="hextray.cpp">

       <Filter>Source Files</Filter>

     </ClCompile>

   </ItemGroup>

@@ -93,10 +93,10 @@
     <ClInclude Include="utility.h">

       <Filter>Header Files</Filter>

     </ClInclude>

-    <ClInclude Include="xchat.h">

+    <ClInclude Include="hexchat.h">

       <Filter>Header Files</Filter>

     </ClInclude>

-    <ClInclude Include="xtray.h">

+    <ClInclude Include="hextray.h">

       <Filter>Header Files</Filter>

     </ClInclude>

   </ItemGroup>

diff --git a/plugins/hextray/resource.rc b/plugins/hextray/resource.rc
index 4b028421..01899ac7 100644
--- a/plugins/hextray/resource.rc
+++ b/plugins/hextray/resource.rc
@@ -201,7 +201,7 @@ END
 

 3 TEXTINCLUDE 

 BEGIN

-    "xtray.h\0"

+    "hextray.h\0"

 END

 

 4 TEXTINCLUDE 

@@ -303,7 +303,7 @@ IDB_SD_LOGO             BITMAP                  "bitmaps\\sd.bmp"
 //

 // Generated from the TEXTINCLUDE 3 resource.

 //

-xtray.h

+hextray.h

 /////////////////////////////////////////////////////////////////////////////

 #endif    // not APSTUDIO_INVOKED

 

diff --git a/plugins/hextray/utility.cpp b/plugins/hextray/utility.cpp
index 8f6caa27..4a2ddde7 100644
--- a/plugins/hextray/utility.cpp
+++ b/plugins/hextray/utility.cpp
@@ -21,9 +21,9 @@
 #include <commctrl.h>

 #include <tchar.h>

 

-#include "xchat-plugin.h"

+#include "hexchat-plugin.h"

 #include "utility.h"

-#include "xtray.h"

+#include "hextray.h"

 #include "callbacks.h"

 #include "resource.h"