aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/nsis')
-rw-r--r--packaging/nsis/wireshark.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 4e2169cd1d..744bcc04be 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -367,7 +367,7 @@ File "${GTK_DIR}\bin\libgthread-2.0-0.dll"
!ifdef ICONV_DIR
File "${GTK_DIR}\bin\iconv.dll"
!endif
-File "${GTK_DIR}\bin\intl.dll"
+File "${GTK_DIR}\bin\${INTL_DLL}"
!ifdef ZLIB_DIR
File "${ZLIB_DIR}\zlib1.dll"
!endif