Warn users of winecfg about its incompleteness.
This commit is contained in:
parent
a5b961c2b0
commit
1df015ae46
|
@ -266,6 +266,9 @@ doPropertySheet (HINSTANCE hInstance, HWND hOwner)
|
||||||
int WINAPI
|
int WINAPI
|
||||||
WinMain (HINSTANCE hInstance, HINSTANCE hPrev, LPSTR szCmdLine, int nShow)
|
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
|
* Load the configuration from registry
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue