]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
NSIS: fix path of uganda.nsis.txt in german.nsi file (#14331)
authorRestorer <69863286+RestorerZ@users.noreply.github.com>
Fri, 29 Mar 2024 17:40:02 +0000 (17:40 +0000)
committerGitHub <noreply@github.com>
Fri, 29 Mar 2024 17:40:02 +0000 (18:40 +0100)
Signed-off-by: RestorerZ <restorer@mail2k.ru>
Signed-off-by: Christian Brabandt <cb@256bit.org>
nsis/lang/german.nsi

index 92b92d9b0cc46ae1d8fe27bd8f25f252b91d6ea7..21cf80e52e20c3389b573dca480199fe2fb0b6f7 100644 (file)
@@ -21,7 +21,7 @@ LangString ^UninstallCaption ${LANG_GERMAN} \
 # Translated license file for the license page                            {{{1
 ##############################################################################
 
-LicenseLangString page_lic_file 0 "uganda.nsis.txt"
+LicenseLangString page_lic_file 0 "${VIMRT}\doc\uganda.nsis.txt"
 #LicenseLangString page_lic_file ${LANG_GERMAN} "${VIMRT}\doc\uganda.nsis.dex"
 
 ##############################################################################