From b5b30f0424eef10f4bf40efcc781f4129b5366b0 Mon Sep 17 00:00:00 2001 From: rainwater Date: Sat, 14 Sep 2002 00:43:48 +0000 Subject: [PATCH] Updated usage info. Last one was really stupid. This one is a tad better. git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1011 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Makensisw/makensisw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/Makensisw/makensisw.h b/Contrib/Makensisw/makensisw.h index 071765f7..ca0fa773 100644 --- a/Contrib/Makensisw/makensisw.h +++ b/Contrib/Makensisw/makensisw.h @@ -30,7 +30,7 @@ // Defines #define NSIS_URL "http://sourceforge.net/projects/nsis/" -#define USAGE "Usage:\r\n\r\n File | Load Script...\r\n -or-\r\n Drag .nsi file into this window\r\n -or-\r\n Right click .nsi and choose \"Compile NSI\"" +#define USAGE "Usage:\r\n\r\n - File | Load Script...\r\n - Drag .nsi file into this window\r\n - Right click .nsi and choose \"Compile NSI\"" #define COPYRIGHT "Copyright (c) 2002 Robert Rainwater" #define CONTRIBUTOR "Portions Copyright (c) 2002 Justin Frankel, Fritz Elfert, and Amir Szekely" #define DOCPATH "http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/nsis/NSIS/docs/index.html?rev=HEAD"