Warn users of winecfg about its incompleteness.

This commit is contained in:
Mike Hearn 2003-08-25 23:50:50 +00:00 committed by Alexandre Julliard
parent a5b961c2b0
commit 1df015ae46
1 changed files with 3 additions and 0 deletions

View File

@ -266,6 +266,9 @@ doPropertySheet (HINSTANCE hInstance, HWND hOwner)
int WINAPI
WinMain (HINSTANCE hInstance, HINSTANCE hPrev, LPSTR szCmdLine, int nShow)
{
/* Until winecfg is fully functional, warn users that it is incomplete and doesn't do anything */
MessageBox(NULL, "The winecfg tool is not yet complete, and does not actually alter your configuration. If you want to alter the way Wine works, look in the ~/.wine/config file for more information.", "winecfg", MB_OK | MB_ICONWARNING);
/*
* Load the configuration from registry
*/