X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8520f1374ceec64abae3802984c4f8654d8836ba..7942245db005b61db34729c73e641211343b3237:/samples/vscroll/vstest.cpp diff --git a/samples/vscroll/vstest.cpp b/samples/vscroll/vstest.cpp index 4fcf2c0b3d..e838e00063 100644 --- a/samples/vscroll/vstest.cpp +++ b/samples/vscroll/vstest.cpp @@ -41,7 +41,7 @@ // the application icon (under Windows and OS/2 it is in resources) #if !defined(__WXMSW__) && !defined(__WXOS2__) - #include "mondrian.xpm" + #include "../sample.xpm" #endif // ---------------------------------------------------------------------------- @@ -237,7 +237,7 @@ VScrollFrame::VScrollFrame() wxSize(400, 350)) { // set the frame icon - SetIcon(wxICON(mondrian)); + SetIcon(wxICON(sample)); #if wxUSE_MENUS // create a menu bar @@ -282,7 +282,7 @@ void VScrollFrame::OnAbout(wxCommandEvent& WXUNUSED(event)) { wxMessageBox(_T("VScroll shows how to implement scrolling with\n") _T("variable line heights.\n") - _T("© 2003 Vadim Zeitlin"), + _T("(c) 2003 Vadim Zeitlin"), _T("About VScroll"), wxOK | wxICON_INFORMATION, this);