From 437d6e1cb32bf9343fa8b413e4e8f27dffb9412c Mon Sep 17 00:00:00 2001 From: "Frederik \"Freso\" S. Olesen" Date: Mon, 22 Sep 2014 23:14:29 +0200 Subject: [PATCH] Actually install the Danish language file. Follow up to dd78e2c129c12561b2d05379ffa5d4a972c1ae26 and PR #250. --- src/installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer.nsi b/src/installer.nsi index d65e80ef..3fbafc96 100644 --- a/src/installer.nsi +++ b/src/installer.nsi @@ -368,7 +368,7 @@ FunctionEnd SetOutPath "$INSTDIR\resources\l10n\de\LC_MESSAGES" File "..\resources\l10n\de\LC_MESSAGES\loot.mo" SetOutPath "$INSTDIR\resources\l10n\da\LC_MESSAGES" - File "..\resources\l10n\de\LC_MESSAGES\loot.mo" + File "..\resources\l10n\da\LC_MESSAGES\loot.mo" ;Install settings file.