This is the mail archive of the cygwin-patches@cygwin.com 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] Percent complete in Setup.exe window title.


This one goes good with the new minimizeability of Setup.exe:

2002-02-24  Gary R. Van Sickle  <g.r.vansickle@worldnet.att.net>

	* res.rc (STRINGTABLE): Add IDS_CYGWIN_SETUP and
	IDS_CYGWIN_SETUP_WITH_PROGRESS strings.
	* resource.h: Add IDS_CYGWIN_SETUP and
	IDS_CYGWIN_SETUP_WITH_PROGRESS IDs.

	* splash.cc (OnInit): Qualify SetWindowText() call with global scope
	operator (::SetWindowText()).

	* threebar.cc: Run indent.
	(cistring.h): Add include.
	(SetText1, SetText2, SetText3): Qualify SetWindowText() call with
	global scope operator.
	(SetBar2): Add logic for writing percent complete into window title.

	* window.h: Run indent.
	(SetWindowText): New function.
	(String): Add forward declaration.
	* window.cc: Run indent.
	(String++.h): Add include.
	(SetWindowText): New function.

-- 
Gary R. Van Sickle
Brewer.  Patriot. 

Attachment: setup-pct-title.diff
Description: Binary data

Attachment: ChangeLog.setup.grvs
Description: Binary data


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