gcc-3.4 compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
fa24326ff0
commit
62b45e0694
@ -280,7 +280,7 @@ void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
|
|||||||
{
|
{
|
||||||
wxMessageBox(_T("This sample shows wxHtmlListBox class.\n")
|
wxMessageBox(_T("This sample shows wxHtmlListBox class.\n")
|
||||||
_T("\n")
|
_T("\n")
|
||||||
_T("© 2003 Vadim Zeitlin"),
|
_T("(c) 2003 Vadim Zeitlin"),
|
||||||
_T("About HtmlLbox"),
|
_T("About HtmlLbox"),
|
||||||
wxOK | wxICON_INFORMATION,
|
wxOK | wxICON_INFORMATION,
|
||||||
this);
|
this);
|
||||||
|
Loading…
Reference in New Issue
Block a user