aboutsummaryrefslogtreecommitdiff
path: root/ports/winnt/instsrv/instsrv.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/winnt/instsrv/instsrv.c')
-rw-r--r--ports/winnt/instsrv/instsrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/winnt/instsrv/instsrv.c b/ports/winnt/instsrv/instsrv.c
index 2a551aaed750..84f926bafd70 100644
--- a/ports/winnt/instsrv/instsrv.c
+++ b/ports/winnt/instsrv/instsrv.c
@@ -391,7 +391,7 @@ int main(int argc, char *argv[])
MessageBoxA(NULL,
"This application cannot run on Windows 3.1.\n"
"This application will now terminate.",
- "NAMED",
+ "instsrv",
MB_OK | MB_ICONSTOP | MB_SETFOREGROUND );
return 1;
}