diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-12 18:46:47 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-12 18:46:47 +0200 |
commit | c95481a85b077e3b4e2846f63342377f0bf65026 (patch) | |
tree | c91d56b01be08332b5fb1b2eea6e6f0612e25c20 | |
parent | ba664dc84855d5db34b4adbbe2a0e4e300d84471 (diff) |
Fix NLS
-rw-r--r-- | win32/nls/nls.vcxproj | 4 |
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> |