]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/toolbar.cpp
Implement icon text column using native GTK renderers in wxDVC.
[wxWidgets.git] / src / motif / toolbar.cpp
index 75f4c0fbed38e117ececa530283fae1695eb5cbf..6cc0576b5575829309dc1c24abda0642313e884c 100644 (file)
@@ -478,7 +478,7 @@ bool wxToolBar::Realize()
 wxToolBarToolBase *wxToolBar::FindToolForPosition(wxCoord WXUNUSED(x),
                                                   wxCoord WXUNUSED(y)) const
 {
-    wxFAIL_MSG( _T("TODO") );
+    wxFAIL_MSG( wxT("TODO") );
 
     return NULL;
 }