Forgot to remove debugging disply

This commit is contained in:
2010-12-20 20:17:46 +01:00
parent 6dead9f19d
commit 6317511fd8
3 changed files with 6 additions and 3 deletions

View File

@@ -174,7 +174,6 @@ void wxUI::LoadPanels()
Disconnect(i, wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(wxUI::OnButtonClicked), _panels[i], this);
_panels[i] = temp;
Connect(i, wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(wxUI::OnButtonClicked), temp, this);
std::cout << temp->GetToolTip().mb_str() << "\n";
_buttons[i]->SetToolTip(temp->GetToolTip());
}
}