diff options
Diffstat (limited to 'plugins/fishlim/fishlim-xp.vcxproj')
-rw-r--r-- | plugins/fishlim/fishlim-xp.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/fishlim/fishlim-xp.vcxproj b/plugins/fishlim/fishlim-xp.vcxproj index cabcd2fd..8b19b6dc 100644 --- a/plugins/fishlim/fishlim-xp.vcxproj +++ b/plugins/fishlim/fishlim-xp.vcxproj @@ -106,14 +106,14 @@ <ClInclude Include="irc.h" /> <ClInclude Include="keystore.h" /> <ClInclude Include="misc.h" /> - <ClInclude Include="plugin_xchat.h" /> + <ClInclude Include="plugin_hexchat.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="fish.c" /> <ClCompile Include="irc.c" /> <ClCompile Include="keystore.c" /> <ClCompile Include="misc.c" /> - <ClCompile Include="plugin_xchat.c" /> + <ClCompile Include="plugin_hexchat.c" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |