Save the select test info on close.

The browse dialog now lists all winetest dlls and allows selection of either all tests in all dlls, all tests within a dll, or the option to choose individual tests. (rewuires a modified winetest framework)

svn path=/trunk/; revision=34034
This commit is contained in:
Ged Murphy 2008-06-20 11:20:26 +00:00
parent 938f407a80
commit 0537163f8d
4 changed files with 49 additions and 20 deletions

View file

@ -208,7 +208,7 @@ VOID DisplayError(INT err)
LocalFree(lpMsgBuf);
}
VOID DisplayString(LPWSTR lpMsg)
VOID DisplayMessage(LPWSTR lpMsg)
{
MessageBoxW(NULL, lpMsg, L"Note!", MB_ICONEXCLAMATION|MB_OK);
}