Commit 841ce935 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Removed obsolete email address.

parent 4c314000
......@@ -592,7 +592,7 @@ DWORD WINAPI OaBuildVersion16(void)
* in case the user didn't force a --winver, but I don't know how
* to retrieve the "versionForced" info from misc/version.c :(
* (this would be useful in other places, too) */
FIXME("Please report to a.mohr@mailto.de if you get version error messages !\n");
FIXME("If you get version error messages, please report them\n");
switch(GetVersion() & 0x8000ffff) /* mask off build number */
{
case 0x80000a03: /* WIN31 */
......
......@@ -501,7 +501,7 @@ RETERR16 SETUPX_DelLdd(LOGDISKID16 ldid)
*/
RETERR16 WINAPI CtlDelLdd16(LOGDISKID16 ldid)
{
FIXME("(%d); - please report to a.mohr@mailto.de !!!\n", ldid);
FIXME("(%d); - please report this!\n", ldid);
return SETUPX_DelLdd(ldid);
}
......@@ -678,7 +678,7 @@ static RETERR16 SETUPX_GetLdd(LPLOGDISKDESC pldd)
RETERR16 WINAPI CtlGetLdd16(LPLOGDISKDESC pldd)
{
FIXME("(%p); - please report to a.mohr@mailto.de !!!\n", pldd);
FIXME("(%p); - please report this!\n", pldd);
return SETUPX_GetLdd(pldd);
}
......
......@@ -1321,7 +1321,7 @@ static LPSTR _convert_win95_registry_to_wine_format(LPCSTR fn,int level)
error:
if(ret == NULL) {
ERR("Unable to load native win95 registry file %s.\n",fn);
ERR("Please report to a.mohr@mailto.de.\n");
ERR("Please report this.\n");
ERR("Make a backup of the file, run a good reg cleaner program and try again!\n");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment