Fix 1900233: add some tweaks to allow building the NSIS Menu with wxGTK on Debian GNU/Linux.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5554 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9da157b5ea
commit
31a6cd9180
2 changed files with 4 additions and 2 deletions
|
@ -73,7 +73,7 @@ TAG_HANDLER_BEGIN(A, "A")
|
|||
if (!::wxFileExists(path) && !::wxDirExists(path))
|
||||
{
|
||||
colour = wxColour(0x80, 0x80, 0x80);
|
||||
linkInfo = wxHtmlLinkInfo("notinstalled.html", target);
|
||||
linkInfo = wxHtmlLinkInfo(wxT("notinstalled.html"), target);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue