X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..51248412979029d94d11ea5dab9516831be94914:/samples/vscroll/vstest.cpp diff --git a/samples/vscroll/vstest.cpp b/samples/vscroll/vstest.cpp index 344fc0e850..47e2822b3c 100644 --- a/samples/vscroll/vstest.cpp +++ b/samples/vscroll/vstest.cpp @@ -40,7 +40,7 @@ // ---------------------------------------------------------------------------- // the application icon (under Windows and OS/2 it is in resources) -#if !defined(__WXMSW__) && !defined(__WXPM__) +#ifndef wxHAS_IMAGES_IN_RESOURCES #include "../sample.xpm" #endif @@ -513,7 +513,7 @@ VarScrollFrame::VarScrollFrame() // the "About" item should be in the help menu wxMenu *menuHelp = new wxMenu; - menuHelp->Append(VScroll_About, wxT("&About...\tF1"), wxT("Show about dialog")); + menuHelp->Append(VScroll_About, wxT("&About\tF1"), wxT("Show about dialog")); #ifdef wxHAS_RADIO_MENU_ITEMS menuMode->AppendRadioItem(VScroll_VScrollMode, wxT("&Vertical\tAlt-V"),