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:
pabs3 2008-02-23 11:35:56 +00:00
parent 9da157b5ea
commit 31a6cd9180
2 changed files with 4 additions and 2 deletions

View file

@ -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);
}
}
}