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 @@
- - + + - - - + + + |
- Compiler +Compiler The makensis compiler can compile NSIS scripts to create installer
executables. 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 @@
|