]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
* resource.h (IDC_SOURCE_SUBTEXT): Define.
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 15 Nov 2013 12:15:23 +0000 (12:15 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 15 Nov 2013 12:15:23 +0000 (12:15 +0000)
* res.rc: Define text below header as IDC_SOURCE_SUBTEXT to allow
reconfiguration.

ChangeLog
res.rc
resource.h

index 1bc7d2abd373c6fa7371122c0fd105c3ebee0c69..1e2ed5a40fdfcad4e63a6df38d3585f8ee08fac0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-11-15  Corinna Vinschen  <corinna@vinschen.de>
+
+       * resource.h (IDC_SOURCE_SUBTEXT): Define.
+       * res.rc: Define text below header as IDC_SOURCE_SUBTEXT to allow
+       reconfiguration.
+
 2013-11-15  Corinna Vinschen  <corinna@vinschen.de>
 
        * root.cc: Move inline definitions of GetDlgItemRect and
diff --git a/res.rc b/res.rc
index bad7bd5c1a38d6b500c66179d5f33d267c96bb17..799d43fca3c922103125cc7c0301129e9799202f 100644 (file)
--- a/res.rc
+++ b/res.rc
@@ -50,7 +50,7 @@ BEGIN
     LTEXT           "Choose A Download Source", IDC_STATIC_HEADER_TITLE,
                     7, 0, 258, 8, NOT WS_GROUP
     LTEXT           "Choose whether to install or download from the internet, or install from files in a local directory.",
-                    IDC_STATIC,
+                    IDC_SOURCE_SUBTEXT,
                     21, 9, 239, 16, NOT WS_GROUP
 END
 
index 4d1455d469e52558fb426774dd7748ab31349038..48f03ab1112077a54b849db31e342783026b6366 100644 (file)
@@ -91,6 +91,7 @@
 #define IDC_SOURCE_LOCALDIR               502
 #define IDC_ROOT_DIR                      503
 #define IDC_ROOT_BROWSE                   504
+#define IDC_SOURCE_SUBTEXT               505
 #define IDC_URL_LIST                      507
 #define IDC_SITE_NEXT                     508
 #define IDC_BACK                          509
This page took 0.040272 seconds and 5 git commands to generate.