[ui] added FS selection and tooltip

This commit is contained in:
Pete Batard 2011-11-24 23:49:42 +00:00
parent 4f3ebdf92c
commit f661e5c585
4 changed files with 42 additions and 12 deletions

View file

@ -619,7 +619,7 @@ INT_PTR CALLBACK TooltipCallback(HWND hDlg, UINT message, WPARAM wParam, LPARAM
* duration sets the duration in ms. Use -1 for default
* message is an UTF-8 string
*/
HWND CreateTooltip(HWND hControl, char* message, int duration)
HWND CreateTooltip(HWND hControl, const char* message, int duration)
{
TOOLINFOW toolInfo = {0};
int i;