]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/listctrl/listtest.h
Add a possibility to beep on no match to wxGenericTreeCtrl.
[wxWidgets.git] / samples / listctrl / listtest.h
index 5b8d2f3a8d9236f579d78d3e8b5792c62620e119..b93aabe82519ae27bb50b7119357add90b8aa039 100644 (file)
@@ -6,12 +6,12 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // not all ports have support for EVT_CONTEXT_MENU yet, don't define
 // USE_CONTEXT_MENU for those which don't
-#if defined(__WXMOTIF__) || defined(__WXPM__) || defined(__WXX11__) || defined(__WXMGL__)
+#if defined(__WXMOTIF__) || defined(__WXPM__) || defined(__WXX11__)
     #define USE_CONTEXT_MENU 0
 #else
     #define USE_CONTEXT_MENU 1