Remove unnecessary use of RemoveMarkup() in wxMSW wxHyperlinkCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 12:47:11 +0000 (12:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 12:47:11 +0000 (12:47 +0000)
commitf27d4060df621a805597dd06998e71939d263734
treebc30821bfa8f7fe2cc1a7c7ef0ebf0a3d6c16f46
parent19da7aaa9bf7aa54850bf087f5a670fc04e80183
Remove unnecessary use of RemoveMarkup() in wxMSW wxHyperlinkCtrl.

Only the ampersands need to be escaped when setting the text of a native hyper
link control in MSW and this is done by wxControl::EscapeMnemonics(), not by
wxStaticText::RemoveMarkup() which also removes any tags which is not wanted
at all here.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/hyperlink.cpp