From d5a4a7aea6218f5e287cc32f70b0fd2732804564 Mon Sep 17 00:00:00 2001 From: kichik Date: Sun, 27 Oct 2002 21:20:27 +0000 Subject: [PATCH] Fixed nsExec description git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1494 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index ec4c188a..549b59a4 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -547,8 +547,8 @@ FunctionEnd !insertmacro MUI_DESCRIPTION_TEXT ${SecContribPluginsS} "Source code for plugins" !insertmacro MUI_DESCRIPTION_TEXT ${SecContribLangDLL} "Plugin that lets you add a language select dialog to your installer" !insertmacro MUI_DESCRIPTION_TEXT ${SecContribLangDLLS} "Source code to plugin that lets you add a language select dialog to your installer" - !insertmacro MUI_DESCRIPTION_TEXT ${SecContribnsExec} "Plugin that executes DOS based programs and hides the output" - !insertmacro MUI_DESCRIPTION_TEXT ${SecContribnsExecS} "Source code to plugin that executes DOS based programs and hides the output" + !insertmacro MUI_DESCRIPTION_TEXT ${SecContribnsExec} "Plugin that executes console programs and prints its output in the NSIS log window or just hides it" + !insertmacro MUI_DESCRIPTION_TEXT ${SecContribnsExecS} "Source code to plugin that executes console programs and prints its output in the NSIS log window or just hides it" !insertmacro MUI_DESCRIPTION_TEXT ${SecContribSplash} "Splash screen add-on that lets you add a splash screen to an installer" !insertmacro MUI_DESCRIPTION_TEXT ${SecContribSplashS} "Source code to splash screen add-on that lets you add a splash screen to an installer" !insertmacro MUI_DESCRIPTION_TEXT ${SecContribSplashT} "Splash screen add-on with transparency support that lets you add a splash screen to an installer"