]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/access/accesstest.cpp
Minor changes, just trim trailing spaces in webview code.
[wxWidgets.git] / samples / access / accesstest.cpp
index 894e7e77deb13fec19f7cddd3c6a7aa5f32d6718..29e92dad79dd83d993edf55dc3c19f7ee9f4892d 100644 (file)
@@ -59,7 +59,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
 
@@ -337,7 +337,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size,
 
     // the "About" item should be in the help menu
     wxMenu *helpMenu = new wxMenu;
-    helpMenu->Append(AccessTest_About, wxT("&About..."), wxT("Show about dialog"));
+    helpMenu->Append(AccessTest_About, wxT("&About"), wxT("Show about dialog"));
 
     menuFile->Append(AccessTest_Query, wxT("Query"), wxT("Query the window hierarchy"));
     menuFile->AppendSeparator();