From 841ce935d298f828ef693c4e2f80d0905734bcbe Mon Sep 17 00:00:00 2001 From: Andreas Mohr Date: Thu, 23 May 2002 02:41:46 +0000 Subject: [PATCH] Removed obsolete email address. --- dlls/oleaut32/typelib.c | 2 +- dlls/setupapi/setupx_main.c | 4 ++-- misc/registry.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dlls/oleaut32/typelib.c b/dlls/oleaut32/typelib.c index b6d7894f536..11aa4f45515 100644 --- a/dlls/oleaut32/typelib.c +++ b/dlls/oleaut32/typelib.c @@ -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 */ diff --git a/dlls/setupapi/setupx_main.c b/dlls/setupapi/setupx_main.c index 59b27d38e5c..9b2fb59fa15 100644 --- a/dlls/setupapi/setupx_main.c +++ b/dlls/setupapi/setupx_main.c @@ -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); } diff --git a/misc/registry.c b/misc/registry.c index 74fc2a362ab..57eab1f2f3a 100644 --- a/misc/registry.c +++ b/misc/registry.c @@ -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"); }