From 8378b33c460ea01cbb4a574e39c3ffe4654ed856 Mon Sep 17 00:00:00 2001 From: John Garland Date: Mon, 23 Feb 2009 04:56:17 +0000 Subject: [PATCH] fixed typo --- win32/deluge.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/deluge.nsi b/win32/deluge.nsi index 60d1cad30..1fe8a7d55 100644 --- a/win32/deluge.nsi +++ b/win32/deluge.nsi @@ -59,7 +59,7 @@ !define LIBTORRENT_DLL_ZIP_URL "${BASE}\LIBTORRENT_DLL_ZIP" ; Redefine macros/functions - !define download "!insert macro download" + !define download "!insertmacro download" !define install_NSIS "!insertmacro install_NSIS" !define install_MSI "!insertmacro install_MSI" !define install_ZIP "!insertmacro install_ZIP"