summary refs log tree commit diff stats
path: root/src/pixmaps
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-11 21:33:10 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-11 21:33:10 +0200
commit534cd2802f807e4ca33a8586508619e6a52c3667 (patch)
tree5368457d9b7f56a247dc2458478478f2b1ce4ebc /src/pixmaps
parent2a3ef0a5e85102b0dd49105e7b8872c0e7428d9e (diff)
Rebranding on the file level
Diffstat (limited to 'src/pixmaps')
-rw-r--r--src/pixmaps/pixmaps.vcxproj6
-rw-r--r--src/pixmaps/pixmaps.vcxproj.filters2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/pixmaps/pixmaps.vcxproj b/src/pixmaps/pixmaps.vcxproj
index ec33a49b..a274adeb 100644
--- a/src/pixmaps/pixmaps.vcxproj
+++ b/src/pixmaps/pixmaps.vcxproj
@@ -35,11 +35,11 @@
   </ImportGroup>

   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

-    <Import Project="..\..\win32\xchat.props" />

+    <Import Project="..\..\win32\hexchat.props" />

   </ImportGroup>

   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">

     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

-    <Import Project="..\..\win32\xchat.props" />

+    <Import Project="..\..\win32\hexchat.props" />

   </ImportGroup>

   <PropertyGroup Label="UserMacros" />

   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

@@ -93,7 +93,7 @@
     </PostBuildEvent>

   </ItemDefinitionGroup>

   <ItemGroup>

-    <None Include="..\..\xchat.png" />

+    <None Include="..\..\hexchat.png" />

     <None Include="book.png" />

     <None Include="fileoffer.png" />

     <None Include="highlight.png" />

diff --git a/src/pixmaps/pixmaps.vcxproj.filters b/src/pixmaps/pixmaps.vcxproj.filters
index aca4cd4b..5944362a 100644
--- a/src/pixmaps/pixmaps.vcxproj.filters
+++ b/src/pixmaps/pixmaps.vcxproj.filters
@@ -34,7 +34,7 @@
     <None Include="voice.png">

       <Filter>Resource Files</Filter>

     </None>

-    <None Include="..\..\xchat.png">

+    <None Include="..\..\hexchat.png">

       <Filter>Resource Files</Filter>

     </None>

   </ItemGroup>