tooltips for controls in control assignment dialog

Tobias Zwick 2012-10-07 20:45:14 +02:00
parent ba1a2cbdad
commit 17a59d3b77
1 changed files with 1 additions and 0 deletions

View File

@ -312,6 +312,7 @@ void C4StartupOptionsDlg::ControlConfigListBox::SetAssignmentSet(class C4PlayerC
if (def && def->GetGUIName() && *def->GetGUIName())
{
ListItem *element = new ListItem(this, assignment, set);
element->SetToolTip(def->GetGUIDesc());
AddElement(element);
}
}