From d79b582a671ef67fc8f600828bc632c2c9057268 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sun, 4 Jan 2004 22:56:20 +0000 Subject: [PATCH] texts git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3357 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Makensisw/makensisw.h | 2 +- Contrib/Makensisw/resource.rc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Contrib/Makensisw/makensisw.h b/Contrib/Makensisw/makensisw.h index 2e74df8d..16e7072d 100644 --- a/Contrib/Makensisw/makensisw.h +++ b/Contrib/Makensisw/makensisw.h @@ -32,7 +32,7 @@ #define NSIS_URL "http://nsis.sourceforge.net/" #define NSIS_FOR "http://forums.winamp.com/forumdisplay.php?forumid=65" #define NSIS_UPDATE "\\Bin\\NSISUpdate.exe" -#define USAGE "Usage:\r\n\r\n - File | Load Script...\r\n - Drag the .nsi file into this window\r\n - Right click the .nsi file and choose \"Compile NSI\"" +#define USAGE "Usage:\r\n\r\n - File | Load Script...\r\n - Drag the .nsi file into this window\r\n - Right click the .nsi file and choose \"Compile NSIS Script\"" #define COPYRIGHT "Copyright © 2002 Robert Rainwater" #define CONTRIB "Fritz Elfert, Justin Frankel, Amir Szekely, Sunil Kamath, Joost Verburg" #define DOCPATH "http://nsis.sourceforge.net/Docs/" diff --git a/Contrib/Makensisw/resource.rc b/Contrib/Makensisw/resource.rc index 82cc5955..a16d914a 100644 --- a/Contrib/Makensisw/resource.rc +++ b/Contrib/Makensisw/resource.rc @@ -189,9 +189,9 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN DEFPUSHBUTTON "OK",IDOK,180,192,48,14 PUSHBUTTON "Cancel",IDCANCEL,234,192,48,14 - GROUPBOX "Compressor Setting",IDC_STATIC,6,6,282,41 - LTEXT "Compressor:",IDC_STATIC,18,25,41,8 - COMBOBOX IDC_COMPRESSOR,72,24,204,94,CBS_DROPDOWNLIST | + GROUPBOX "Default Compressor (overrides script setting)", + IDC_STATIC,6,6,282,41 + COMBOBOX IDC_COMPRESSOR,18,24,258,94,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP GROUPBOX "Symbol Definitions",IDC_STATIC,6,54,282,132 LTEXT "Symbol &Name",IDC_STATIC,18,84,44,8 @@ -326,7 +326,7 @@ END STRINGTABLE BEGIN IDS_NSISUPDATE "NSIS Update" - IDS_DOCS "Documentation" + IDS_DOCS "NSIS Users Manual" IDS_SCRIPT "Defined in Script/Compiler Default" IDS_ZLIB "ZLIB" IDS_BZIP2 "BZIP2"