]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
2002-05-01 Robert Collins <rbtcollins@hotmail.com>
authorRobert Collins <rbtcollins@hotmail.com>
Wed, 1 May 2002 11:37:48 +0000 (11:37 +0000)
committerRobert Collins <rbtcollins@hotmail.com>
Wed, 1 May 2002 11:37:48 +0000 (11:37 +0000)
        * res.rc (IDD_SPLASH): Remove white box.

ChangeLog
res.rc

index 25375ad7415e147de505f3ab64e49fb70fa5c990..50429498a02a71671f93e9e4483cf8a9d59cebc7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-01  Robert Collins  <rbtcollins@hotmail.com>
+
+       * res.rc (IDD_SPLASH): Remove white box.
+
 2002-05-01  Robert Collins  <rbtcollins@hotmail.com>
 
        Oops! forgot to list these in the last checkin.
diff --git a/res.rc b/res.rc
index dc3d037baee2b2498b4d8d2f79a2d7ea6125a061..554ee83bf24bbb9e307e66f1da13fbf78d4fd7f4 100644 (file)
--- a/res.rc
+++ b/res.rc
@@ -214,7 +214,7 @@ CAPTION "Cygwin Setup"
 FONT 8, "MS Sans Serif"
 BEGIN
     ICON            IDI_CYGWIN,IDC_STATIC,113,112,21,20,WS_GROUP
-    CONTROL         "",IDC_STATIC,"Static",SS_WHITERECT,0,0,95,178
+#    CONTROL         "",IDC_STATIC,"Static",SS_WHITERECT,0,0,95,178
     LTEXT           "Version (unknown)",IDC_VERSION,115,137,195,10
     LTEXT           "Cygwin Net Release Setup Program",
                     IDC_STATIC_WELCOME_TITLE,115,1,195,24
This page took 0.035601 seconds and 5 git commands to generate.