From: Corinna Vinschen Date: Fri, 15 Nov 2013 12:15:23 +0000 (+0000) Subject: * resource.h (IDC_SOURCE_SUBTEXT): Define. X-Git-Tag: release_2.869~27 X-Git-Url: https://cygwin.com/git/?a=commitdiff_plain;h=6263f7aed9beec66bb50ca3a78b86b941231eda4;p=cygwin-apps%2Fsetup.git * resource.h (IDC_SOURCE_SUBTEXT): Define. * res.rc: Define text below header as IDC_SOURCE_SUBTEXT to allow reconfiguration. --- diff --git a/ChangeLog b/ChangeLog index 1bc7d2ab..1e2ed5a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-11-15 Corinna Vinschen + + * resource.h (IDC_SOURCE_SUBTEXT): Define. + * res.rc: Define text below header as IDC_SOURCE_SUBTEXT to allow + reconfiguration. + 2013-11-15 Corinna Vinschen * root.cc: Move inline definitions of GetDlgItemRect and diff --git a/res.rc b/res.rc index bad7bd5c..799d43fc 100644 --- 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 diff --git a/resource.h b/resource.h index 4d1455d4..48f03ab1 100644 --- a/resource.h +++ b/resource.h @@ -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