NSIS: fix path of uganda.nsis.txt in german.nsi file (#14331) Commit: https://github.com/vim/vim/commit/4fa06bb179965fc48a381312f5c80a8d93f2d362 Author: Restorer <69863286+restor...@users.noreply.github.com> Date: Fri Mar 29 17:40:02 2024 +0000
NSIS: fix path of uganda.nsis.txt in german.nsi file (https://github.com/vim/vim/issues/14331) Signed-off-by: RestorerZ <resto...@mail2k.ru> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/nsis/lang/german.nsi b/nsis/lang/german.nsi index 92b92d9b0..21cf80e52 100644 --- a/nsis/lang/german.nsi +++ b/nsis/lang/german.nsi @@ -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" ############################################################################## -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1rqGHm-00E4At-Vl%40256bit.org.