wxNode *node = m_clientData.Nth( n );
if (!node)
{
- wxFAIL_MSG(_("wxListBox::Delete wrong index"));
+ wxFAIL_MSG("wxListBox::Delete wrong index");
}
else
m_clientData.DeleteNode( node );
return -1;
};
-GtkWidget *wxListBox::GetDropTargetWidget(void)
+GtkWidget *wxListBox::GetConnectWidget(void)
{
return GTK_WIDGET(m_list);
};