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]

RE: [PATCH] Percent complete in Setup.exe window title.


Looks nice. I'll commit to HEAD shortly.

Why the discardable stringtable?

Rob

> -----Original Message-----
> From: Gary R. Van Sickle [mailto:g.r.vansickle@worldnet.att.net]
> Sent: Sunday, February 24, 2002 6:29 PM
> To: Cygwin-Patches
> Subject: [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. 
> 


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