]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xti/xti.cpp
Fix horizontal mouse wheel scrolling in wxGTK.
[wxWidgets.git] / samples / xti / xti.cpp
index 75e4a9a71bd55d13033b9d86898fd7ac396b29f5..e671067efc02eb6159fa241b74ade247f2348b60 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Stefan Csomor, Francesco Montorsi
 // Modified by:
 // Created:     13/5/2007
-// RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor, Francesco Montorsi
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -58,7 +57,7 @@
 // resources
 // ----------------------------------------------------------------------------
 
-#if !defined(__WXMSW__) && !defined(__WXPM__)
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif
 
@@ -169,7 +168,7 @@ MyFrame::MyFrame(const wxString& title)
 
     // the "About" item should be in the help menu
     wxMenu *helpMenu = new wxMenu;
-    helpMenu->Append(Minimal_About, wxT("&About...\tF1"), wxT("Show about dialog"));
+    helpMenu->Append(Minimal_About, wxT("&About\tF1"), wxT("Show about dialog"));
 
     fileMenu->Append(Minimal_Persist, wxT("Persist a wxFrame to XML..."), 
                     wxT("Creates a wxFrame using wxXTI and saves its description as XML"));