projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use wxCOMPtr throughout wxWebViewIE to simplify the code and reduce the chance of...
[wxWidgets.git]
/
samples
/
keyboard
/
keyboard.cpp
diff --git
a/samples/keyboard/keyboard.cpp
b/samples/keyboard/keyboard.cpp
index c9e1ff9fccbe9e3e99a85677a4bb011af48cda0c..d90b035fdfdf49441d01cb2f8cf5b0de1f080166 100644
(file)
--- a/
samples/keyboard/keyboard.cpp
+++ b/
samples/keyboard/keyboard.cpp
@@
-18,7
+18,7
@@
#include "wx/wx.h"
#endif
#include "wx/wx.h"
#endif
-#ifndef
__WXMSW__
+#ifndef
wxHAS_IMAGES_IN_RESOURCES
#include "../sample.xpm"
#endif
#include "../sample.xpm"
#endif
@@
-143,7
+143,7
@@
MyFrame::MyFrame(const wxString& title)
// the "About" item should be in the help menu
wxMenu *menuHelp = new wxMenu;
// the "About" item should be in the help menu
wxMenu *menuHelp = new wxMenu;
- menuHelp->Append(wxID_ABOUT, "&About
...
\tF1", "Show about dialog");
+ menuHelp->Append(wxID_ABOUT, "&About\tF1", "Show about dialog");
// now append the freshly created menu to the menu bar...
wxMenuBar *menuBar = new wxMenuBar();
// now append the freshly created menu to the menu bar...
wxMenuBar *menuBar = new wxMenuBar();