From 24872bea74a9275b388a4306091f940ccbf80270 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Wed, 21 Nov 2018 09:55:54 -0500 Subject: DRTVWR-447: Fix longstanding NSIS warning about unused label. --- indra/newview/installers/windows/installer_template.nsi | 1 - 1 file changed, 1 deletion(-) diff --git a/indra/newview/installers/windows/installer_template.nsi b/indra/newview/installers/windows/installer_template.nsi index f62a14d65f..355272cd08 100644 --- a/indra/newview/installers/windows/installer_template.nsi +++ b/indra/newview/installers/windows/installer_template.nsi @@ -216,7 +216,6 @@ lbl_configure_default_lang: Goto lbl_return StrCmp $SKIP_DIALOGS "true" lbl_return -lbl_build_menu: Push "" # Use separate file so labels can be UTF-16 but we can still merge changes into this ASCII file. JC !include "%%SOURCE%%\installers\windows\language_menu.nsi" -- cgit v1.2.3