summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-13 18:04:00 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-13 18:04:00 +0200
commit16d32fdeda288f5b8be71aea4a2f554b694d13eb (patch)
treebae7992c111eb5e915dfffc2b1602a9b53224336 /plugins
parentea2c58c2344f3ed9c4fa01f05119c5a3715ffdaa (diff)
Another bunch of rebranding stuff
Diffstat (limited to 'plugins')
-rw-r--r--plugins/python/python.c2
-rw-r--r--plugins/xtray/resource.rc2
-rw-r--r--plugins/xtray/xtray.vcxproj2
-rw-r--r--plugins/xtray/xtray.vcxproj.filters2
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/python/python.c b/plugins/python/python.c
index 74d07224..e887ef8f 100644
--- a/plugins/python/python.c
+++ b/plugins/python/python.c
@@ -391,7 +391,7 @@ Util_Autoload()
 	Util_Autoload_from(xchat_get_info(ph, "xchatdirfs"));
 
 #ifdef WIN32	/* also auto-load C:\Program Files\XChat\Plugins\*.py */
-	Util_Autoload_from(XCHATLIBDIR"/plugins");
+	Util_Autoload_from(HEXCHATLIBDIR"/plugins");
 #endif
 }
 
diff --git a/plugins/xtray/resource.rc b/plugins/xtray/resource.rc
index 312c74c4..b786cfbd 100644
--- a/plugins/xtray/resource.rc
+++ b/plugins/xtray/resource.rc
@@ -278,7 +278,7 @@ END
 

 // Icon with lowest ID value placed first to ensure application icon

 // remains consistent on all systems.

-ICO_XCHAT               ICON                    "icons\\xchat.ico"

+ICO_XCHAT               ICON                    "icons\\hexchat.ico"

 ICO_BANNED              ICON                    "icons\\banned.ico"

 ICO_CHANMSG             ICON                    "icons\\chan_msg.ico"

 ICO_HIGHLIGHT           ICON                    "icons\\highlight.ico"

diff --git a/plugins/xtray/xtray.vcxproj b/plugins/xtray/xtray.vcxproj
index c766c3c7..305b3845 100644
--- a/plugins/xtray/xtray.vcxproj
+++ b/plugins/xtray/xtray.vcxproj
@@ -105,7 +105,7 @@
     <None Include="icons\priv_msg-1-2-2.ico" />

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

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

-    <None Include="icons\xchat.ico" />

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

     <None Include="xtray.def" />

   </ItemGroup>

   <ItemGroup>

diff --git a/plugins/xtray/xtray.vcxproj.filters b/plugins/xtray/xtray.vcxproj.filters
index 3b909983..637a896d 100644
--- a/plugins/xtray/xtray.vcxproj.filters
+++ b/plugins/xtray/xtray.vcxproj.filters
@@ -54,7 +54,7 @@
     <None Include="icons\server_notice.ico">

       <Filter>Resource Files\icons</Filter>

     </None>

-    <None Include="icons\xchat.ico">

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

       <Filter>Resource Files\icons</Filter>

     </None>

   </ItemGroup>