[ui] provide tooltips for all options

* Closes #84
This commit is contained in:
Pete Batard 2012-05-22 12:30:22 +01:00
parent 4a74c9de38
commit dbe6af78d9
4 changed files with 30 additions and 13 deletions

View file

@ -801,7 +801,7 @@ void DestroyAllTooltips(void)
}
}
/* Compute the width of a device list entry */
/* Compute the width of a dropdown list entry */
LONG GetEntryWidth(HWND hDropDown, const char *entry)
{
HDC hDC;