This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Change setup.exe local directory screen description depending on install type


setup.exe's current local directory screen doesn't accurately describe
the purpose of the local directory when the user is installing from a
local mirror (rather than downloading or download-and-installing), which
can be confusing. The attached patch changes the description based on
what the install type is.

ChangeLog entry:

2009-05-11  Bryan Thrall  <bryan.thrall@flightsafety.com>

	* localdir.cc (load_dialog): Choose description string based on
install type.
	* res.rc (IDD_LOCAL_DIR): Replace static description text with
IDC_LOCAL_DIR_DESC.
	* resource.h (IDS_LOCAL_DIR_DOWNLOAD): New string resource id.
	(IDS_LOCAL_DIR_INSTALL): Likewise.
	(IDC_LOCAL_DIR_DESC): New text control resource id.

--
Bryan Thrall
FlightSafety International
bryan.thrall@flightsafety.com
 

Attachment: localdir_desc.patch
Description: localdir_desc.patch


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]