git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43914 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
     #include "../sample.xpm"
 #endif
 
     #include "../sample.xpm"
 #endif
 
+//###include "dmalloc.h"
 // ----------------------------------------------------------------------------
 // private classes
 // ----------------------------------------------------------------------------
 // ----------------------------------------------------------------------------
 // private classes
 // ----------------------------------------------------------------------------
     // set the frame icon
     SetIcon(wxICON(sample));
 
     // set the frame icon
     SetIcon(wxICON(sample));
 
+//   char * c = new char [100] ;
+//   strcpy (c, "hello");
 #if wxUSE_MENUS
     // create a menu bar
     wxMenu *fileMenu = new wxMenu;
 
     // the "About" item should be in the help menu
     wxMenu *helpMenu = new wxMenu;
 #if wxUSE_MENUS
     // create a menu bar
     wxMenu *fileMenu = new wxMenu;
 
     // the "About" item should be in the help menu
     wxMenu *helpMenu = new wxMenu;
-    helpMenu->Append(Minimal_About, _T("&About...\tF1"), _T("Show about dialog"));
+    helpMenu->Append(Minimal_About, "hello", _T("Show about dialog"));
 
     fileMenu->Append(Minimal_Quit, _T("E&xit\tAlt-X"), _T("Quit this program"));
 
 
     fileMenu->Append(Minimal_Quit, _T("E&xit\tAlt-X"), _T("Quit this program"));
 
 
 
 #ifndef WX_PRECOMP
     #include "wx/button.h"
 
 #ifndef WX_PRECOMP
     #include "wx/button.h"
+    #include "wx/dcclient.h"
+    #include "wx/menu.h"
+    #include "wx/dcmemory.h"
 #endif //WX_PRECOMP
 
 #if wxUSE_SEARCHCTRL
 #endif //WX_PRECOMP
 
 #if wxUSE_SEARCHCTRL