summary refs log tree commit diff stats
path: root/win32/nls
diff options
context:
space:
mode:
Diffstat (limited to 'win32/nls')
-rw-r--r--win32/nls/nls.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/nls/nls.vcxproj b/win32/nls/nls.vcxproj
index 11b538c5..94bef1c6 100644
--- a/win32/nls/nls.vcxproj
+++ b/win32/nls/nls.vcxproj
@@ -71,7 +71,7 @@ rmdir /q /s "$(OutDir)\locale"
 mkdir "$(OutDir)\locale"

 for %%A in (*.po) do (

 mkdir "$(OutDir)\locale\%%~nA\LC_MESSAGES"

-"$(DepsRoot)\bin\msgfmt" -co "$(OutDir)\locale\%%~nA\LC_MESSAGES\xchat.mo" %%A

+"$(DepsRoot)\bin\msgfmt" -co "$(OutDir)\locale\%%~nA\LC_MESSAGES\hexchat.mo" %%A

 )</Command>

     </PreBuildEvent>

   </ItemDefinitionGroup>

@@ -97,7 +97,7 @@ rmdir /q /s "$(OutDir)\locale"
 mkdir "$(OutDir)\locale"

 for %%A in (*.po) do (

 mkdir "$(OutDir)\locale\%%~nA\LC_MESSAGES"

-"$(DepsRoot)\bin\msgfmt" -co "$(OutDir)\locale\%%~nA\LC_MESSAGES\xchat.mo" %%A

+"$(DepsRoot)\bin\msgfmt" -co "$(OutDir)\locale\%%~nA\LC_MESSAGES\hexchat.mo" %%A

 )</Command>

     </PreBuildEvent>

   </ItemDefinitionGroup>