NSIS Menu updates: new design, source fixes, use wxWindows 2.4.2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2948 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2a6894ebc8
commit
0f770650cc
40 changed files with 141 additions and 8401 deletions
|
@ -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.8.2.3 2002/11/09 00:07:34 VS Exp $
|
||||
// RCS-ID: $Id: m_links.cpp,v 1.1 2003/05/26 17:53:58 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(0x19, 0x56, 0xB1);
|
||||
LinkColor.Set(0x6A, 0x80, 0x98);
|
||||
|
||||
char apppath[MAX_PATH],*temp;
|
||||
GetModuleFileName(NULL,apppath,sizeof(apppath));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue