]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/toolbar.cpp
Correct more wxEVT_AUXn_XXX event types names.
[wxWidgets.git] / src / motif / toolbar.cpp
index 75f4c0fbed38e117ececa530283fae1695eb5cbf..77d27351ec0e5c0201a2b0701d1618caf5d86d0f 100644 (file)
@@ -244,8 +244,7 @@ bool wxToolBar::Create(wxWindow *parent,
 
 wxToolBar::~wxToolBar()
 {
-    delete wxTheToolBarTimer;
-    wxTheToolBarTimer = NULL;
+    wxDELETE(wxTheToolBarTimer);
 }
 
 bool wxToolBar::Realize()
@@ -478,7 +477,7 @@ bool wxToolBar::Realize()
 wxToolBarToolBase *wxToolBar::FindToolForPosition(wxCoord WXUNUSED(x),
                                                   wxCoord WXUNUSED(y)) const
 {
-    wxFAIL_MSG( _T("TODO") );
+    wxFAIL_MSG( wxT("TODO") );
 
     return NULL;
 }