Author: mladen.turk(a)jboss.com
Date: 2008-04-08 08:40:48 -0400 (Tue, 08 Apr 2008)
New Revision: 1537
Modified:
trunk/build/install/installer/main.c
trunk/build/install/installer/res/splash.htm
Log:
Use more distinctive name for the splash window
Modified: trunk/build/install/installer/main.c
===================================================================
--- trunk/build/install/installer/main.c 2008-04-08 12:38:55 UTC (rev 1536)
+++ trunk/build/install/installer/main.c 2008-04-08 12:40:48 UTC (rev 1537)
@@ -857,7 +857,7 @@
sprintf(sBuf, "%s", GetProgramName());
DHTMLDialogStart(NULL, hHtml,
- "JBoss",
+ "Initializing JBoss Installer",
DEF_WWIDTH, DEF_WHEIGHT, 1, dwTimeout,
sBuf);
return hHtml;
Modified: trunk/build/install/installer/res/splash.htm
===================================================================
--- trunk/build/install/installer/res/splash.htm 2008-04-08 12:38:55 UTC (rev 1536)
+++ trunk/build/install/installer/res/splash.htm 2008-04-08 12:40:48 UTC (rev 1537)
@@ -2,7 +2,7 @@
<HEAD lang="en">
<META http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<META http-equiv="MSThemeCompatible" content="Yes">
- <TITLE>JBoss</TITLE>
+ <TITLE>Initializing JBoss Installer</TITLE>
<STYLE type="text/css">
BODY, TABLE, TR, TD, UL, OL, LI, P {
font-family: MS Shell Dlg;
Show replies by date