]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/radiocmn.cpp
Correct the check for MRU menu items range.
[wxWidgets.git] / src / common / radiocmn.cpp
index 766bd52109f7b6483367eec2264c1b953d54fe6f..9993161620eb5e1a06840d586f9c4906a0d7824d 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     03.06.01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// License:     wxWindows licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -189,8 +189,7 @@ void wxRadioBoxBase::SetItemToolTip(unsigned int item, const wxString& text)
         if ( tooltip )
         {
             // delete the tooltip
-            delete tooltip;
-            tooltip = NULL;
+            wxDELETE(tooltip);
         }
         else // nothing to do
         {