diff --git a/Contrib/NSIS Menu/src/html/m_links.cpp b/Contrib/NSIS Menu/src/html/m_links.cpp index e7e251b3..0be48351 100644 --- a/Contrib/NSIS Menu/src/html/m_links.cpp +++ b/Contrib/NSIS Menu/src/html/m_links.cpp @@ -2,7 +2,7 @@ // Name: m_links.cpp // Purpose: wxHtml module for links & anchors // Author: Vaclav Slavik -// RCS-ID: $Id: m_links.cpp,v 1.1 2003/05/26 17:53:58 joostverburg Exp $ +// RCS-ID: $Id: m_links.cpp,v 1.2 2003/09/22 19:28:09 joostverburg Exp $ // Copyright: (c) 1999 Vaclav Slavik // Licence: wxWindows Licence ///////////////////////////////////////////////////////////////////////////// @@ -65,7 +65,7 @@ TAG_HANDLER_BEGIN(A, "A") wxString name(tag.GetParam( wxT("HREF") )), target; wxColor LinkColor; - LinkColor.Set(0x6A, 0x80, 0x98); + LinkColor.Set(0x0C, 0x6E, 0x97); char apppath[MAX_PATH],*temp; GetModuleFileName(NULL,apppath,sizeof(apppath)); diff --git a/Menu/compiler.html b/Menu/compiler.html index 83a0399c..d3216745 100644 --- a/Menu/compiler.html +++ b/Menu/compiler.html @@ -4,15 +4,15 @@
-

Quick Launch

-

Introduction

+

Quick Launch

+

Introduction

Compiler

-

Documentation

-

Update

-

Websites

+

Documentation

+

Update

+

Websites

-

Compiler

+

Compiler

The makensis compiler can compile NSIS scripts to create installer executables.
MakeNSISW is a graphical interface for this compiler.

If you have installed the shell extensions (they are installed by default), diff --git a/Menu/docs.html b/Menu/docs.html index eedb7fcc..2adc2d92 100644 --- a/Menu/docs.html +++ b/Menu/docs.html @@ -4,15 +4,15 @@
-

Quick Launch

-

Introduction

-

Compiler

+

Quick Launch

+

Introduction

+

Compiler

Documentation

-

Update

-

Websites

+

Update

+

Websites

-

Documentation

+

Documentation

For information about the script format, a tutorial, useful functions, version history, credits and a reference of all commands, see the Users Manual (Win95/NT4: IE3 and diff --git a/Menu/images/arrow.gif b/Menu/images/arrow.gif index 5b308920..45a3736e 100644 Binary files a/Menu/images/arrow.gif and b/Menu/images/arrow.gif differ diff --git a/Menu/images/arrowd.gif b/Menu/images/arrowd.gif index bd458f1f..2d6218e1 100644 Binary files a/Menu/images/arrowd.gif and b/Menu/images/arrowd.gif differ diff --git a/Menu/images/header.gif b/Menu/images/header.gif index 925b591a..a316c5d8 100644 Binary files a/Menu/images/header.gif and b/Menu/images/header.gif differ diff --git a/Menu/images/version.gif b/Menu/images/version.gif index 7b98520b..19941979 100644 Binary files a/Menu/images/version.gif and b/Menu/images/version.gif differ diff --git a/Menu/index.html b/Menu/index.html index d7845438..f72d1c51 100644 --- a/Menu/index.html +++ b/Menu/index.html @@ -6,33 +6,33 @@

Quick Launch

-

Introduction

-

Compiler

-

Documentation

-

Update

-

Websites

+

Introduction

+

Compiler

+

Documentation

+

Update

+

Websites

-

Utilities
+

Utilities
MakeNSISW (compiler interface)
Zip2Exe (convert ZIP to SFX)
NSIS Update (get latest version)
 

-

Folders
+

Folders
Example scripts
Contrib (plug-in info etc.)
Language files
Modern UI language files
Source code

-

Documentation
+

Documentation
NSIS Users Manual
FAQ (online)
Modern UI Readme
InstallOptions (custom pages)

-

Websites
+

Websites
NSIS Website
NSIS Archive
Forum
diff --git a/Menu/intro.html b/Menu/intro.html index c4ee6d5b..5068af97 100644 --- a/Menu/intro.html +++ b/Menu/intro.html @@ -4,15 +4,15 @@
-

Quick Launch

+

Quick Launch

Introduction

-

Compiler

-

Documentation

-

Update

-

Websites

+

Compiler

+

Documentation

+

Update

+

Websites

-

Introduction

+

Introduction

An installer is the first experience of a user with your application. Slow or unsuccesful software installations are the most irritating computer problems. A quick and user friendly installer is therefore an diff --git a/Menu/notinstalled.html b/Menu/notinstalled.html index b4c26855..e1a349d4 100644 --- a/Menu/notinstalled.html +++ b/Menu/notinstalled.html @@ -4,15 +4,15 @@
-

Quick Launch

-

Introduction

-

Compiler

-

Documentation

-

Update

-

Websites

+

Quick Launch

+

Introduction

+

Compiler

+

Documentation

+

Update

+

Websites

-

Feature not installed

+

Feature not installed

The feature you selected is not installed.

If you want to use this feature, run NSIS Setup again and do not deselect it.

diff --git a/Menu/update.html b/Menu/update.html index 2cf36929..aa822412 100644 --- a/Menu/update.html +++ b/Menu/update.html @@ -4,15 +4,15 @@
-

Quick Launch

-

Introduction

-

Compiler

-

Documentation

+

Quick Launch

+

Introduction

+

Compiler

+

Documentation

Update

-

Websites

+

Websites

-

Update

+

Update

NSIS Update allows you to check whether a new release is available and to download the latest development files from CVS.

Using the development files you can use and test the latest cutting-edge diff --git a/Menu/websites.html b/Menu/websites.html index 85f942fe..4f01cbcd 100644 --- a/Menu/websites.html +++ b/Menu/websites.html @@ -4,15 +4,15 @@
-

Quick Launch

-

Introduction

-

Compiler

-

Documentation

-

Update

+

Quick Launch

+

Introduction

+

Compiler

+

Documentation

+

Update

Websites

-

Websites

+

Websites

NSIS Website - Latest news, developments, downloads, FAQ, tutorials, more examples, articles.

NSIS Archive -