]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/animate/anitest.cpp
Fix non-PCH builds (closes #12217)
[wxWidgets.git] / samples / animate / anitest.cpp
index d2f5bef31aa8ea32ca386116e5abe2211a21fb4a..13d00db097422149d7e8c28e893313b24df41c02 100644 (file)
@@ -29,7 +29,7 @@
 #endif
 
 #ifndef __WXMSW__
-    #include "sample.xpm"
+    #include "../sample.xpm"
 #endif
 
 #include "wx/aboutdlg.h"
@@ -133,7 +133,7 @@ MyFrame::MyFrame(wxWindow *parent,
 
     wxMenu *play_menu = new wxMenu;
     play_menu->Append(ID_PLAY, wxT("Play\tCtrl+P"), wxT("Play the animation"));
-    play_menu->Append(wxID_STOP, wxT("Stop\tCtrl+P"), wxT("Stop the animation"));
+    play_menu->Append(wxID_STOP, wxT("Stop\tCtrl+S"), wxT("Stop the animation"));
     play_menu->AppendSeparator();
     play_menu->Append(ID_SET_NULL_ANIMATION, wxT("Set null animation"),
                       wxT("Sets the empty animation in the control"));