texts
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3357 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0655107060
commit
d79b582a67
2 changed files with 5 additions and 5 deletions
|
@ -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/"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue