tInformation icon added to "service installed" notification dialog. - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 2a4965711f709992dab2b9424d04b67d6c6de8fc
(DIR) parent 78b510567e2b62c967cde76e5cbe0e9b15dc726f
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Wed, 18 Sep 2002 10:12:02 +0000
Information icon added to "service installed" notification dialog.
Diffstat:
M win32/setup.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/win32/setup.c b/win32/setup.c
t@@ -945,7 +945,8 @@ DWORD WINAPI DoInstall(LPVOID lpParam)
"you turn on your computer, see the \"Services\" application\n"
"from Control Panel. You can also run an interactive server "
"by using\nthe \"dopewars server\" shortcut from the desktop "
- "and/or Start Menu.", "Service Installed", MB_OK);
+ "and/or Start Menu.", "Service Installed",
+ MB_ICONINFORMATION | MB_OK);
}
CoInitialize(NULL);